We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edb3df commit 810cb85Copy full SHA for 810cb85
src/packages/__VUE/input/index.taro.vue
@@ -17,7 +17,7 @@
17
:readonly="readonly"
18
:value="modelValue"
19
:formatTrigger="formatTrigger"
20
- :autofocus="autofocus"
+ :autofocus="autofocus ? true : undefined"
21
:enterkeyhint="confirmType"
22
@input="onInput"
23
@focus="onFocus"
0 commit comments