Skip to content

Commit

Permalink
bind ItemSelect to the underlying vSelect component so that attr pass…
Browse files Browse the repository at this point in the history
…through works properly
  • Loading branch information
jdbocarsly authored and ml-evs committed Nov 27, 2024
1 parent 2a7627a commit 789bfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/ItemSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:create-option="createOption"
:filter-by="() => true"
:placeholder="placeholder"
v-bind="$attrs"
@search="debouncedAsyncSearch"
>
<template #no-options="{ searching }">
Expand Down

0 comments on commit 789bfd1

Please sign in to comment.