chore(SelectMenu): put back required input

This commit is contained in:
Benjamin Canac
2023-05-10 00:18:14 +02:00
parent cd430a4cad
commit 365c843fc0

View File

@@ -11,8 +11,7 @@
:class="ui.wrapper"
@update:model-value="onUpdate"
>
<!-- TODO: check that `name` fixes required -->
<!-- <input :value="modelValue" :required="required" class="absolute inset-0 w-px opacity-0 cursor-default" tabindex="-1" aria-hidden="true"> -->
<input :value="modelValue" :required="required" class="absolute inset-0 w-px opacity-0 cursor-default" tabindex="-1" aria-hidden="true">
<component
:is="searchable ? 'ComboboxButton' : 'ListboxButton'"