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 b230f90 commit dfc3e89Copy full SHA for dfc3e89
src/components/form-textarea/package.json
@@ -33,7 +33,7 @@
33
},
34
{
35
"prop": "lazyFormatter",
36
- "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specfied)"
+ "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)"
37
38
39
"prop": "rows",
@@ -53,7 +53,7 @@
53
54
55
"prop": "noAutoShrink",
56
- "description": "When set, prevents the auto height textarea from shrking to fit the content"
+ "description": "When set, prevents the auto height textarea from shrink to fit the content"
57
}
58
],
59
"events": [
0 commit comments