Replies: 1 comment
-
The retrieval of the ID seem to happen in between L237 and L241 in the autocomplete component and is set by
The You could retrieve the full data object as initial set in the Autocomplete by acces the I've set up a CodePen example for clarification, as you inspect your browsers console, you can see the result as shown in this screenshot Let me know if this resolves your issue |
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
-
I'm able to get the autocomplete to fill with my data items dynamically from the database, and display the text portion of the object as the option, but I would like to get the id value of the autocomplete option once selected. I don't see any method, or way to do this. Is it possible to get the id of the autocomplete option selected?
any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions