Skip to content

Commit

Permalink
fix(Combobox): by props not being forwarded
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jan 2, 2025
1 parent 52028c2 commit e967948
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 @@ -234,6 +234,7 @@ provideComboboxRootContext({
:required="required"
:disabled="disabled"
:highlight-on-hover="true"
:by="props.by as any"
@highlight="emits('highlight', $event as any)"
>
<slot
Expand Down

0 comments on commit e967948

Please sign in to comment.