NEURALNG

ACCESSIBILITY

Field accessibility

Field turns projected content into one deterministic accessible relationship without replacing native form semantics.

Relationships

neuralFieldLabel receives the control's for; hints and errors contribute IDs to aria-describedby. Conditional slots update the relationship reactively.

Deterministic IDs

Required controlId produces stable SSR and hydration-safe IDs: -hint, -error, then numbered suffixes for additional slots.

Error announcements

neuralFieldError defaults to polite announcements. Use assertive only for genuinely urgent feedback, or off when an application-level summary announces the same error.

Responsibility boundary

Field never owns values, executes validation, translates messages or decides when feedback becomes visible. Keep those decisions in the form schema and application policy.