-
Notifications
You must be signed in to change notification settings - Fork 960
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
Add OnValueChange prop to Select Component #799
Comments
Removed select form my screens because I need to clear all the fields. |
@matheuszenker what do you mean with |
Need to set my state as empty after clicking in other component, but the select besides the state is now empty shows the value of selection, not from state. |
@matheuszenker we've got a temporary workaround on this with #824 so you can use |
@jobinmatt can you please also provide an example code of what you're trying to achieve? Seems like I couldn't catch your idea for the proper implementation |
🚀 Feature Proposal
It would be nice if there was an onValueChange prop for the Select Component as this will allow updating the selectedOption when there is a stateChange on the selectedOption value.
Currently, there is only an onSelect prop which updates the selectedOption when the user selects the option manually.
The text was updated successfully, but these errors were encountered: