Skip to main content

TextArea API Overview

Initialization

import { TextArea } from "@svar-ui/react-core";

// minimal configuration for initialization
<TextArea />
tip
  • Visit the Features Guide to learn more about the control's functionality.
  • Explore the samples to visualize the available features.

TextArea Properties

disabledOptional. Defines whether an area is disabled
errorOptional. Defines whether error styling is applied to an area
idOptional. Sets an HTML id for an area
placeholderOptional. Sets a placeholder for an area
readonlyOptional. Defines whether a textarea is read-only
titleOptional. Sets a tooltip text with additional info about the control
valueOptional. Sets the value of an area

TextArea Events

changeFires on change of the value in textarea