TextArea

Example

<kendo-textarea>
    <label />
    <prefix-options />
    <suffix-options />
</kendo-textarea>

ChildTags

Tag Name Details
label TextAreaLabelSettingsTagHelper
prefix-options TextAreaPrefixOptionsSettingsTagHelper
suffix-options TextAreaSuffixOptionsSettingsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
cols Double The visible width of the text control, in average character widths.
enable Boolean If set to false, the widget will be disabled and will not allow user input. The widget is enabled by default and allows user input.
for ModelExpression An expression to be evaluated against the current model.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
fill-mode FillMode Sets a value controlling how the color is applied.
has-client-component Boolean
layout-flow TextAreaLayoutFlow Defines the layout flow of the component.
max-length Double The maximum number of characters that the user can enter.
on-change String Fired when the value of the widget is changed by the user.The event handler function context (available through the keyword this) will be set to the widget instance.
overflow TextAreaOverflow Defines how the content overflow should be handled
placeholder String The hint displayed by the widget when it is empty. Not set by default.
readonly Boolean If set to true, the widget will be readonly and will not allow user input. The widget is not readonly by default and allows user input.
resizable String Defines if (and how) the widget is resizable by the user.Can also be set to the following string values: "none" - default value. The user cannot resize the widget.; "both" - the user can resize both the height and width of the widget.; "horizontal" - the user can resize the width of the widget. or "vertical" - the user can resize the height of the widget..
resize TextAreaResize Defines how the widget should be resized
rounded Rounded Sets a value controlling the border radius.
rows Double The number of visible text lines for the control.
sanitize-id Boolean
size ComponentSize Sets the size of the component.
value String The value of the widget.
In this article
Not finding the help you need?