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 86bb05a commit b9531bcCopy full SHA for b9531bc
packages/api-generator/src/locale/en/VTextarea.json
@@ -5,10 +5,9 @@
5
"noResize": "Remove resize handle.",
6
"persistentPlaceholder": "Forces placeholder to always be visible.",
7
"prefix": "Displays prefix text.",
8
- "rowHeight": "Height value for each row. Requires the use of the **auto-grow** prop.",
9
"rows": "Default row count.",
10
"suffix": "Displays suffix text.",
11
- "maxRows": "Specifies the maximum number of row count"
+ "maxRows": "Specifies the maximum number of rows for **auto-grow**."
12
},
13
"events": {
14
"keydown": "Emitted when **any** key is pressed, textarea must be focused.",
0 commit comments