co-number-field
Ver código
<co-number-field label="Ejemplo"></co-number-field> Props
| Prop | Atributo | Tipo | Default | Descripción |
|---|---|---|---|---|
disabled | disabled | boolean | false | |
helperText | helper-text | string | undefined | — | |
label | label | string | undefined | — | |
max | max | number | undefined | — | |
min | min | number | undefined | — | |
placeholder | placeholder | string | '0' | |
secondaryLabel | secondary-label | string | undefined | — | |
status | status | "default" | "error" | "info" | "success" | "warning" | 'default' | |
step | step | number | 1 | |
value | value | number | 0 |
Eventos
| Evento | Detail | Bubbles | Cancelable | Descripción |
|---|---|---|---|---|
coChange | number | ✓ | ✓ |
Slots
Este componente no expone slots.
CSS Parts
Este componente no expone CSS parts.
CSS Custom Properties
Este componente no expone CSS custom properties.