Skip to content

Commit

Permalink
docs(VTextarea): update maxRows description
Browse files Browse the repository at this point in the history
closes #20565
closes #20577
  • Loading branch information
KaelWD committed Oct 17, 2024
1 parent 86bb05a commit b9531bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api-generator/src/locale/en/VTextarea.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"noResize": "Remove resize handle.",
"persistentPlaceholder": "Forces placeholder to always be visible.",
"prefix": "Displays prefix text.",
"rowHeight": "Height value for each row. Requires the use of the **auto-grow** prop.",
"rows": "Default row count.",
"suffix": "Displays suffix text.",
"maxRows": "Specifies the maximum number of row count"
"maxRows": "Specifies the maximum number of rows for **auto-grow**."
},
"events": {
"keydown": "Emitted when **any** key is pressed, textarea must be focused.",
Expand Down

0 comments on commit b9531bc

Please sign in to comment.