We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a696b commit 5c5bfd1Copy full SHA for 5c5bfd1
1 file changed
resources/js/components/ui/Combobox.vue
@@ -297,9 +297,11 @@ defineExpose({
297
v-if="searchable && (dropdownOpen || !modelValue || (multiple && placeholder))"
298
ref="search"
299
class="w-full text-gray-700 dark:text-gray-400 opacity-100 focus:outline-none placeholder-xs"
300
+ type="search"
301
:id="id"
302
v-model="searchQuery"
303
:placeholder
304
+ autocomplete="off"
305
@paste.prevent="onPaste"
306
@keydown.enter.prevent="pushTaggableOption"
307
@blur="pushTaggableOption"
0 commit comments