You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the initial v-model of the combobox is undefined, you may type something but not choose a result from the list. If you then hit ESC the label shows "undefined". It also seems like :displayValue does not have any effect here,
The text was updated successfully, but these errors were encountered:
Hey! I looked into this and it stems from a bug in Vue. I figured out a workaround for it which I've merged and it'll be available in our next tagged release.
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
1.7.2
What browser are you using?
Safari
Describe your issue
If the initial v-model of the combobox is
undefined
, you may type something but not choose a result from the list. If you then hitESC
the label shows "undefined". It also seems like:displayValue
does not have any effect here,The text was updated successfully, but these errors were encountered: