Example of API in React TextArea Component

/
/
Api

This example demonstrates the api functionalities of the textarea control. You can customize the appearance and behaviour of textarea component by choosing the corresponding option from the property panel.

More Details...

Loading....
Description

The TextArea has the options to customize the appearance and behaviour of the component dynamically by updating the following properties:

  • Change the number of rows and columns of textarea by updating "Rows" and "Columns" options.
  • To make the textarea read-only, check the "read-only" option.
  • Disable the textarea by unchecking the "enabled" option.
  • Set the maximum length of characters that can be entered in textarea by customizing the "MaxLength" option.
  • Update the value of textarea by entering text in "Value" option.
  • To make the clear button visible, check the "Show clear icon" option..