fix: quotation select

This commit is contained in:
puriphatt 2024-10-04 09:45:05 +07:00
parent bab448f47b
commit 05779c760c
5 changed files with 18 additions and 11 deletions

View file

@ -25,6 +25,7 @@ const props = withDefaults(
clearable?: boolean;
incremental?: boolean;
fillInput?: boolean;
disable?: boolean;
rules?: ((value: string) => string | true)[];
}>(),
@ -34,6 +35,7 @@ const props = withDefaults(
optionValue: 'value',
hideSelected: true,
fillInput: true,
disable: false,
},
);
@ -65,6 +67,7 @@ watch(
:placeholder="placeholder"
outlined
:clearable
:disable
use-input
emit-value
map-options