- Add pointer scrubbing, keyboard stepping, mixed and bound state contracts - Parse safe numeric expressions and preserve deprecated ScrubInput aliases - Cover the primitive with Storybook, SDK docs, unit tests, and E2E tests
426 B
426 B
| title | description |
|---|---|
| ScrubInputField | Deprecated compatibility alias for NumberFieldInput. |
ScrubInputField
::: warning Deprecated
Use NumberFieldInput. ScrubInputField is an alias backed by the NumberField
implementation.
:::
The editing element now uses type="text" and inputmode="decimal" so it can accept safe numeric
expressions while preserving spinbutton ARIA and keyboard behavior.