New to KendoReactStart a free 30-day trial

TextArea

Represents the KendoReact TextArea component.

Accepts properties of type TextAreaProps.

A Functional Component.

jsx
class App extends React.Component {
    render() {
        return <TextArea />;
    }
}
ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

TextAreaProps intersected with RefAttributes<undefined>

The props of the TextArea component.

Not finding the help you need?
Contact Support