Overview

tng-textarea is a standalone textarea that implements ControlValueAccessor. It supports placeholder, rows, disabled, and a single klass for theming.

CVA rows klass Standalone
Reactive Forms

Quick example

Basic
HTMLTSCSS

<form [formGroup]="form">
  <tng-textarea formControlName="message" placeholder="Your message" [rows]="4" />
</form>

Value type: string.

Features

rows

Number of visible text rows. Default: 4.

klass

Additional CSS classes merged with default (border, focus ring, disabled).