feat: add debounce to select input

This commit is contained in:
Methapon Metanipat 2024-11-11 13:31:47 +07:00
parent bff0318840
commit 990514e7b3

View file

@ -75,7 +75,7 @@ watch(
hide-bottom-space
:fill-input="fillInput && !!model"
:hide-dropdown-icon="readonly"
input-debounce="0"
input-debounce="500"
:option-value="optionValue"
:option-label="optionLabel"
v-model="model"