Selected Option vs Selected Value #347
marty-jimenez
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Instead of passing an array of values or a single value, I would like to define an entire option as the selected value.
selectedValue: Identifier
vs the proposed
selectedOption: {value: Identifier, label: Text, customData: Data, ...}
Beta Was this translation helpful? Give feedback.
All reactions