We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c84db1 commit 2a00413Copy full SHA for 2a00413
src/packages/__VUE/textarea/textarea.taro.vue
@@ -11,7 +11,7 @@
11
:show-count="false"
12
:maxlength="maxLength ? maxLength : -1"
13
:placeholder="placeholder || translate('placeholder')"
14
- :auto-focus="autofocus"
+ :auto-focus="autofocus ? true : undefined"
15
@input="change"
16
@blur="blur"
17
@focus="focus"
0 commit comments