componente · @solu30/ui-kit/input
InlineEditText
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { InlineEditText } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| value | sí | string | Current text value |
| onSave | sí | (next: string) => void | Promise<void> | Called with the trimmed new value when the user commits (sync or async) |
| placeholder | opcional | string | Placeholder shown inside the input while editing |
| editTooltip | opcional | string | Tooltip / aria-label for the edit trigger button |
| className | opcional | string | Extra class names applied to the outer wrapper |