We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add onBlur and onFocus events to Select component (and similar)
With these events, for example, could be used to check the number selected options.
e.g. I have the Select "dropdown menu" opened and I want to run a function when somebody clicks outside the Select and closes it.
I'm trying to check the number of selected options as soon as the user clicks outside as I would like to limit for example to 2.
Per #801 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🚀 Feature Proposal
add onBlur and onFocus events to Select component (and similar)
Motivation
With these events, for example, could be used to check the number selected options.
e.g. I have the Select "dropdown menu" opened and I want to run a function when somebody clicks outside the Select and closes it.
I'm trying to check the number of selected options as soon as the user clicks outside as I would like to limit for example to 2.
Per #801 (comment)
The text was updated successfully, but these errors were encountered: