Skip to content

Commit

Permalink
Merge pull request #1539 from PrefectHQ/p-combobox-search-size
Browse files Browse the repository at this point in the history
Default the combobox search input to size small
  • Loading branch information
pleek91 authored Dec 2, 2024
2 parents 8860120 + d6e34fa commit 60fbc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Combobox/PCombobox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
tabindex="-1"
aria-controls="options"
aria-expanded="false"
small
@keydown="handleTextInputKeydown"
@focus="handleFocus"
/>
Expand Down

0 comments on commit 60fbc99

Please sign in to comment.