Skip to content

Commit 2a02d68

Browse files
dimodiikoevska
andauthored
Update components/textarea/overview.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 34464a3 commit 2a02d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/textarea/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The Blazor TextArea provides various parameters to configure the component:
5555
| ----------- | ----------- | ----------- |
5656
| `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. |
5757
| `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%}). |
5959
| `Class` | `string` | The custom CSS class to be rendered on the `<span class="k-textarea">` element. |
6060
| `Cols` | `int?` | Maps to the `cols` attribute of the HTML `<textarea>` element. Do not use together with `Width`.
6161
| `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

Comments
 (0)