Skip to content

Commit b9531bc

Browse files
committed
docs(VTextarea): update maxRows description
closes #20565 closes #20577
1 parent 86bb05a commit b9531bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/api-generator/src/locale/en/VTextarea.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"noResize": "Remove resize handle.",
66
"persistentPlaceholder": "Forces placeholder to always be visible.",
77
"prefix": "Displays prefix text.",
8-
"rowHeight": "Height value for each row. Requires the use of the **auto-grow** prop.",
98
"rows": "Default row count.",
109
"suffix": "Displays suffix text.",
11-
"maxRows": "Specifies the maximum number of row count"
10+
"maxRows": "Specifies the maximum number of rows for **auto-grow**."
1211
},
1312
"events": {
1413
"keydown": "Emitted when **any** key is pressed, textarea must be focused.",

0 commit comments

Comments
 (0)