Skip to content

Commit

Permalink
fix(CommandPalette): put back searchable on v-show to input ref alw…
Browse files Browse the repository at this point in the history
…ays exists
  • Loading branch information
benjamincanac committed May 11, 2023
1 parent 3ded731 commit aacb7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/navigation/CommandPalette.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@update:model-value="onSelect"
>
<div :class="ui.wrapper">
<div v-if="searchable" :class="ui.input.wrapper">
<div v-show="searchable" :class="ui.input.wrapper">
<UIcon v-if="icon" :name="icon" :class="[ui.input.icon.base, ui.input.icon.size]" aria-hidden="true" />
<ComboboxInput
ref="comboboxInput"
Expand Down

0 comments on commit aacb7e9

Please sign in to comment.