@headlessui Combobox custom onChange handler #3210
Unanswered
mukultayal
asked this question in
Help
Replies: 1 comment
-
Second this, upgraded from 1.7 to 2 and combobox has stopped working, rendering the object as opposed to the string |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Custom onChange handler
In the above sample code it seems onChange of combobox always take the setter of state, I tried to give a custom handler but then the selected parameter in function that comes is only value not the full option with label.
Any way to get the entire selected option
Beta Was this translation helpful? Give feedback.
All reactions