fix(Form): inconsistent validation events for InputMenu and Select (#123)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Romain Hamel
2024-06-10 10:45:54 +02:00
committed by GitHub
parent f2d3e53dec
commit a2114c5874
2 changed files with 7 additions and 1 deletions

View File

@@ -193,6 +193,7 @@ onMounted(() => {
v-slot="{ modelValue: tags }: { modelValue: AcceptableValue[] }"
:model-value="(modelValue as string[])"
:disabled="disabled"
@blur="emitFormBlur()"
delimiter=""
as-child
>