-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Enhance SelectInput to return the selected choice onChange to set state on Wizard form review step #9850
Comments
Sounds like a fair idea to me! |
Thanks, I'll see if I can get an opportunity to do so. |
I have discussed work with our PM and we cannot prioritize free time to put in a PR at this point in time. Given we are enterprise users is there a way we can get this prioritized within the RA team, given this input does not conform to an enterprise component and it's documentation? |
@wattry Yes, you can request for a development to get prioritized via the Professional Services offer. As an Enterprise subscriber you are eligible to a 50% discount. |
Adding a reference to #9245 (published in 4.14), where this was done for AutocompleteInput. |
Is your feature request related to a problem? Please describe.
When using the select input we sometimes need to make a decision or add optionText as a display value.
Specifically when trying to set a display value for the review step of a Wizard form.
Autocomplete passes back the choice onChange, which allows us to populate a context provider with the corresponding display value for the optionValue, often times it is an id which is meaningless to the user.
Describe the solution you'd like
We'd like for the SelectInput and SelectArrayInput, preferably all choice inputs, to follow the same behavior of the autocomplete input by passing back the selected choice onChange events.
Additional context
Add any other context or screenshots about the feature request here.
Here is the documentation
AutoCompleteInput
AutocompleteArrayInput
The text was updated successfully, but these errors were encountered: