openpencil/packages/docs/programmable/sdk/api/components/scrub-input-display.md
Danila Poyarkov e8092bd561 feat(vue): add headless NumberField primitive
- 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
2026-07-10 22:26:51 +03:00

15 lines
406 B
Markdown

---
title: ScrubInputDisplay
description: Deprecated compatibility alias for NumberFieldValue.
---
# ScrubInputDisplay
::: warning Deprecated
Use [`NumberFieldValue`](./number-field). `ScrubInputDisplay` is an alias backed by the NumberField
implementation.
:::
It renders outside editing mode and exposes the canonical NumberField value, mixed placeholder,
state, and actions through its default slot.