New to KendoReactLearn about KendoReact Free.

TextArea

Represents the KendoReact TextArea component.

Accepts properties of type TextAreaProps.

A Functional Component.

jsx
const App = () => {
    return <TextArea />;
}
NameTypeDefaultDescription

props

TextAreaProps intersected with RefAttributes<"null" | TextAreaHandle>

The props of the TextArea component.

Not finding the help you need?
Contact Support