Skip to content

Commit

Permalink
fix(components): select menu
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Nov 23, 2024
1 parent c4b8427 commit 2a07819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/InputSelect/PdapInputSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
v-bind="$attrs"
@click="handleClick"
@keydown="handleKeyDown"
@keyup="handleKeyUp"
>
<input
v-if="combobox"
Expand Down

0 comments on commit 2a07819

Please sign in to comment.