Skip to main content

TextArea

Import​

import { TextArea } from '@resultadosdigitais/tangram-components'

Properties​

disabled​

Typebool
Defaultfalse

Description​

Sets if is disabled.

placeholder​

Typestring

Description​

Sets the placeholder.

nonResizable​

Typebool
Defaultfalse

Description​

Sets if the textarea can't be resized.

prefix​

Typenode

Description​

Sets the prefix.

required​

Typebool
Defaultfalse

Description​

Sets if is required.

rows​

Typenumber
Default2

Description​

Sets the number of rows should be rendered.

suffix​

Typenode

Description​

Sets the suffix.

value​

Typenode

Description​

Sets the value.

invalid πŸ—‘οΈβ€‹

Concerns
πŸ—‘οΈ Deprecated: - Use with `Form.Control` to set error/invalid style.
Typebool

Description​

Sets if is invalid

Feedback​