TextAreaTagHelper

Example

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

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
forModelExpressionAn expression to be evaluated against the current model.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
colsDoubleThe visible width of the text control, in average character widths.
enableBooleanIf set to false, the widget will be disabled and will not allow user input. The widget is enabled by default and allows user input.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
as-moduleBoolean
fill-modeFillModeSets a value controlling how the color is applied.
has-client-componentBoolean
input-modeStringSpecifies the inputmode attribute of the inner <input /> element. It is used to specify the type of on-screen keyboard that should be displayed when the user focuses the input.
layout-flowTextAreaLayoutFlowDefines the layout flow of the component.
max-lengthDoubleThe maximum number of characters that the user can enter.
on-changeStringFired 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.
overflowTextAreaOverflowDefines how the content overflow should be handled
placeholderStringThe hint displayed by the widget when it is empty. Not set by default.
readonlyBooleanIf 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.
resizeTextAreaResizeDefines how the widget should be resized
roundedRoundedSets a value controlling the border radius.
rowsDoubleThe number of visible text lines for the control.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
sizeComponentSizeSets the size of the component.
valueStringThe value of the widget.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support