mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Form): inconsistent validation events for InputMenu and Select (#123)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -193,6 +193,7 @@ onMounted(() => {
|
||||
v-slot="{ modelValue: tags }: { modelValue: AcceptableValue[] }"
|
||||
:model-value="(modelValue as string[])"
|
||||
:disabled="disabled"
|
||||
@blur="emitFormBlur()"
|
||||
delimiter=""
|
||||
as-child
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user