You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing true for disabled prop in this example causes Firefox 52.0.2 (32-bit) on Windows 7 to crash. Does not crash when disabled is set to false or when disabled prop is not specified.
<ReactSelect disabled={true} className="class" searchable labelKey="label" valueKey="value" simpleValue options={this.state.options} onChange={this.handleSelect} value={this.state.input} />
Passing true for disabled prop in this example causes Firefox 52.0.2 (32-bit) on Windows 7 to crash. Does not crash when disabled is set to false or when disabled prop is not specified.
Possibly related to #1521
I see that there is a pull request with a fix for this #1556
When will this be approved?
The text was updated successfully, but these errors were encountered: