fix: When collecting data from the multiple-choice box of the form collection node, it is recommended to support pressing enter to select the option (#4237)
parent
9c6bf019c8
commit
fe2180ba3d
|
|
@ -5,6 +5,7 @@
|
||||||
filterable
|
filterable
|
||||||
allow-create
|
allow-create
|
||||||
clearable
|
clearable
|
||||||
|
default-first-option
|
||||||
:reserve-keyword="false"
|
:reserve-keyword="false"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
v-model="_modelValue"
|
v-model="_modelValue"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue