-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
How to get the object of selected option? #1189
Comments
Selection property keeps what's in the value - if you need to have an object as selection put an object in value. |
Based on the value, just use listOptions.find(opt => opt.value === value) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the example below:
If the user select Oracle, how to get the other properties like
label
,icon
anddescription
, etc...?The
selection
property should store the entire object, not just the value.The text was updated successfully, but these errors were encountered: