componente · @solu30/ui-kit/input
InlineEditTextarea
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { InlineEditTextarea } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| value | sí | string | null | Current text value (empty string or null treated as "no value") |
| onSave | sí | (next: string | null) => void | Promise<void> | Called with trimmed string (or null when cleared) when the user commits |
| placeholder | opcional | string | Placeholder inside textarea while editing |
| emptyCta | opcional | string | Label shown as CTA when value is empty |
| className | opcional | string | Extra class names applied to the outer wrapper |