NEURALNG

TEXTAREA

Accessibility

Native textarea semantics remain intact; NeuralNg only contributes visual and Field composition behavior.

Native semantics

The directive never renders a wrapper or replacement control. Browser editing, selection, spellcheck, form submission and assistive-technology behavior remain native.

Accessible naming

Associate a visible label with for and id, compose Neural Field, or provide another valid name. Placeholder text is not a label replacement.

Hints and errors

Connect limits, hints and correction text through aria-describedby. Expose aria-invalid="true" only when an error should be announced.

Keyboard and resizing

Text editing follows the browser keyboard model. A manual resize handle remains available when the selected resize mode permits it; auto resize avoids a second interaction target.

State semantics

Disabled

Unavailable, unfocusable and excluded from form submission.

Readonly

Focusable, selectable and included in form submission.

Required

Use the native required state and a visible indication.

Reduced motion

Visual transitions collapse without changing editing behavior.