Menu Icon

Input Textarea

A textarea allows data entry by entering text.

  • Input textareas have a value, and users can show or use the value of an input text in the project.

  • They have some initial styles and you can change them what you want.

  • Input texts have some properties as you see in the image below.

  • Value is the value of the input text. You can enter a value it, but users cannot change the value of it.

  • Label is the text that above of the input text.

  • Hint is the text that below of the input text.

  • Placeholder specifies a short hint that describes the expected value of an input text.

  • Auto resize is a switch. When it's on, users cannot change the size of the textarea; its size changes automatically, but if it's off, users can change it.

  • Disabled makes the input text unchangeable.

X

    Content