Replies: 3 comments 1 reply
-
If it's possible to bind my next question would be how to ensure type safety, for example if |
Beta Was this translation helpful? Give feedback.
-
Same question. My workaround is to use an event dispatcher every time the select changes ( |
Beta Was this translation helpful? Give feedback.
-
I'm also looking for help here. I'm wanting to set a default selected value from the database if it exists so the user doesn't have to reselect each time. I've tried using each of the Select properties from Bits UI and Melt UI on the Select.Root and Select.Item components with no luck. In Bits UI it looks like this should work: Melt's API uses 'defaultSelected' |
Beta Was this translation helpful? Give feedback.
-
How can I bind to the value of a select? I tried this
but the value does not get updated, is there any way to do it reactively or only with a callback?
Beta Was this translation helpful? Give feedback.
All reactions