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

Expose input onChange event to ReactSelect #399

Closed
mattt-b opened this issue Aug 22, 2015 · 2 comments
Closed

Expose input onChange event to ReactSelect #399

mattt-b opened this issue Aug 22, 2015 · 2 comments

Comments

@mattt-b
Copy link
Contributor

mattt-b commented Aug 22, 2015

Would love to be able to easily access the onChange event for the input component (typing in the bar, not selecting a value).

@strctr
Copy link

strctr commented Aug 24, 2015

+1. Eah, highly expected feature. For example, selector used inside popover which is collapsed by any click outside it. Now I am should intercept mouse events on the top of selector to avoid popover collapse. This is really hated boilerplate code.

@lomteslie
Copy link
Contributor

I'd love to have this feature as well. Just submitted a pull request that would add this functionality.

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

3 participants