Skip to content

Commit

Permalink
fix: accidentally removed dropdown condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Nov 3, 2023
1 parent 7832c77 commit 3c38804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/form/BaseAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ function key(item: T) {
</slot>
</button>
<ComboboxButton
v-if="props.dropdown"
v-slot="{ open }: { open: boolean }"
class="nui-autocomplete-clear nui-autocomplete-chevron"
>
Expand Down

0 comments on commit 3c38804

Please sign in to comment.