[Headless] Combobox setting to get selected value property #3865
coder2000
started this conversation in
3. Feature Ideas
Replies: 1 comment 1 reply
-
Can you show some code? To clarify what you mean |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When setting a field name to add a hidden field for a form it would be nice to supply an optional property to return from the value object, if it is one, instead of providing all the values.
Example:
The value for the combobox is something like {"id":1, "name":"Jerry"} and I would like to just get the id property back to the server.
Beta Was this translation helpful? Give feedback.
All reactions