New to Kendo UI for AngularStart a free 30-day trial

TextAreaSettings

Defines the settings for the TextArea.

typescript
const textareaSettings: TextAreaSettings = {
  rows: 5,
  placeholder: 'Enter your prompt here',
  maxlength: 1000,
  resizable: 'vertical'
};
NameTypeDefaultDescription

adornmentsOrientation?

TextAreaAdornmentsOrientation

Specifies the orientation of the TextArea adornments.

cols?

number

Sets the visible width of the text area in average character width.

disabled?

boolean

Sets the disabled state of the TextArea component.

fillMode?

InputFillMode

Sets the background and border styles of the TextArea.

flow?

TextAreaFlow

Specifies the flow direction of the TextArea sections.

inputAttributes?

{[key: string]: string}

Sets the HTML attributes of the inner focusable input element.

maxlength?

number

Sets the maximum number of characters allowed in the TextArea.

placeholder?

string

The hint that appears when the Textarea is empty.

readonly?

boolean

Sets the read-only state of the TextArea component.

resizable?

TextAreaResize

Sets the resize behavior of the TextArea.

rounded?

InputRounded

Sets the border radius of the TextArea.

rows?

number

Sets the visible height of the TextArea in lines.

selectOnFocus?

boolean

Determines whether the component selects the whole value when you click the TextArea.

showPrefixSeparator?

boolean

Shows the prefix separator in the TextArea.

showSuffixSeparator?

boolean

Shows the suffix separator in the TextArea.

size?

InputSize

Sets the size of the TextArea. Controls the padding of the text area element.

tabindex?

number

Sets the tabindex of the component.

title?

string

Sets the title attribute of the internal TextArea input element of the component.

value?

string

Provides a value for the TextArea component.

Not finding the help you need?
Contact Support