NEURALNG

INPUTNUMBER

Accessibility

A real text input exposes the complete ARIA spinbutton contract while allowing locale-aware editing.

Spinbutton semantics

role="spinbutton" includes current, minimum, maximum and localized text values. Step buttons reference the input and are removed from the Tab order.

Keyboard

Arrow Up/Down step, bounded Home/End jump to limits, Enter commits, and Tab follows the page. No navigation key is trapped unnecessarily.

Naming and states

Prefer Neural Field and a visible label. Required, invalid and pending map to ARIA; readonly remains focusable, while disabled leaves interaction.

Parsing and feedback

Invalid characters are rejected without destroying the previous draft. Partial sign or decimal edits remain possible and are validated on commit.