Skip to content

Commit

Permalink
fix(Combobox): not highlighting item when input is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Nov 28, 2024
1 parent 7b6b7ed commit 8f581a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Combobox/ComboboxRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ provideComboboxRootContext({
:name="name"
:required="required"
:disabled="disabled"
:highlight-on-hover="true"
@highlight="emits('highlight', $event as any)"
>
<slot
Expand Down

0 comments on commit 8f581a1

Please sign in to comment.