co-select
This content is not available in your language yet.
Ver código
<co-select label="País" placeholder="Selecciona…"></co-select> Props
| Prop | Atributo | Tipo | Default | Descripción |
|---|---|---|---|---|
clearable | clearable | boolean | false | |
disabled | disabled | boolean | false | |
helperText | helper-text | string | undefined | — | |
iconLeft | icon-left | string | undefined | — | |
label | label | string | undefined | — | |
multiple | multiple | boolean | false | |
options | options | SelectOption[] | string | string[] | '[]' | |
placeholder | placeholder | string | 'Select…' | |
secondaryLabel | secondary-label | string | undefined | — | |
status | status | "default" | "error" | "info" | "success" | "warning" | 'default' | |
value | value | string | string[] | '' |
Eventos
| Evento | Detail | Bubbles | Cancelable | Descripción |
|---|---|---|---|---|
coChange | string | string[] | ✓ | ✓ | |
coClear | void | ✓ | ✓ |
Slots
Este componente no expone slots.
CSS Parts
Este componente no expone CSS parts.
CSS Custom Properties
Este componente no expone CSS custom properties.