Closed
Description
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.17
What browser are you using?
Chrome
Reproduction URL
Describe your issue
When a Combobox
that does not already have a value is closed by clicking outside the element, the first value is selected.
Steps to reproduce:
- No value is yet selected in the Combobox (
v-model = undefined
) - Open the Combobox
- Click outside the element to cancel the selection
- The first item will be selected now
If the selection is cancelled by pressing the esc key the issue does not occur.
Metadata
Metadata
Assignees
Labels
No labels