You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: COMPONENT_INDEX.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4027,7 +4027,7 @@ None.
4027
4027
| ref | No | <code>let</code> | Yes | <code>null | HTMLTextAreaElement</code> | <code>null</code> | Obtain a reference to the textarea HTML element |
4028
4028
| value | No | <code>let</code> | Yes | <code>string</code> | <code>""</code> | Specify the textarea value |
4029
4029
| placeholder | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the placeholder text |
4030
-
| cols | No | <code>let</code> | No | <code>number</code> | <code>50</code>| Specify the number of cols |
4030
+
| cols | No | <code>let</code> | No | <code>number</code> | <code>undefined</code> | Specify the number of cols |
4031
4031
| rows | No | <code>let</code> | No | <code>number</code> | <code>4</code> | Specify the number of rows |
4032
4032
| maxCount | No | <code>let</code> | No | <code>number</code> | <code>undefined</code> | Specify the max character count |
4033
4033
| light | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the light variant |
0 commit comments