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: components/textarea/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The Blazor TextArea provides various parameters to configure the component:
55
55
| ----------- | ----------- | ----------- |
56
56
|`AutoCapitalize`|`string`| A `string` that maps to the [`autocapitalize`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize) attribute of the HTML element. It's applicable only for touch devices and virtual keyboards. |
57
57
|`AutoComplete`|`bool`| Maps to the autocomplete attribute of the HTML `<textarea>`. |
58
-
|`ResizeMode`|`TextAreaResizeMode?`| Specifies the TextArea's resize behavior. Default behavior is the one set by the browser. You can also [use CSS to limit the resizing up to a max height]({%slug textarea-kb-autosize-max-height%}). |
58
+
|`ResizeMode`|`TextAreaResizeMode?`| Specifies the TextArea's resize behavior. The default behavior is the one set by the browser. You can also [use CSS to limit the resizing up to a max height]({%slug textarea-kb-autosize-max-height%}). |
59
59
|`Class`|`string`| The custom CSS class to be rendered on the `<span class="k-textarea">` element. |
60
60
| `Cols` | `int?` | Maps to the `cols` attribute of the HTML `<textarea>` element. Do not use together with `Width`.
61
61
|`DebounceDelay`|`int`| Specifies the time in milliseconds between the last typed symbol and the updating of the value. The default value is 150ms. |
0 commit comments