fix: quotation select
This commit is contained in:
parent
bab448f47b
commit
05779c760c
5 changed files with 18 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue