componente · @solu30/ui-kit/input
InlineNumberField
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { InlineNumberField } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| initial | sí | number | null | — |
| onSave | sí | (v: number | null) => void | — |
| onChange | opcional | (v: number | null) => void | Fires on every keystroke with the parsed value (or null) for live preview. |
| placeholder | opcional | string | — |
| suffix | opcional | string | — |
| plain | opcional | boolean | When true, renders without border/background at rest; shows border on hover/focus. |