Textfield for multiline input. It can grow with its content.
It has a fixed size and content scroll by default. But there is also an expandable mode with height increase from content inside
You can set a custom min-height for component
You can use label outside mode with tuiLabel
maxLength
input Validators.maxLength
) if you want to make field invalid on exceeding the characters limit textarea
, you can put it inside with Textfield
directive as shown below