feat: add debounce to select input
This commit is contained in:
parent
bff0318840
commit
990514e7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ watch(
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:fill-input="fillInput && !!model"
|
:fill-input="fillInput && !!model"
|
||||||
:hide-dropdown-icon="readonly"
|
:hide-dropdown-icon="readonly"
|
||||||
input-debounce="0"
|
input-debounce="500"
|
||||||
:option-value="optionValue"
|
:option-value="optionValue"
|
||||||
:option-label="optionLabel"
|
:option-label="optionLabel"
|
||||||
v-model="model"
|
v-model="model"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue