Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disabled=true causes Firefox 52 to crash on Windows 7 #1712

Closed
broadhu2 opened this issue May 8, 2017 · 1 comment
Closed

disabled=true causes Firefox 52 to crash on Windows 7 #1712

broadhu2 opened this issue May 8, 2017 · 1 comment

Comments

@broadhu2
Copy link

broadhu2 commented May 8, 2017

<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?

@agirton
Copy link
Collaborator

agirton commented May 18, 2017

Hi @broadhu2 #1556 was merged. Closing.

@agirton agirton closed this as completed May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants