selectedItem and AutoComplete example available

This commit is contained in:
davideraccagni 2022-04-17 01:54:41 +02:00
commit ac97e7a966
24 changed files with 8267 additions and 653 deletions

View file

@ -1,6 +1,6 @@
# Component Index
> 167 components exported from carbon-components-svelte@0.62.4.
> 167 components exported from carbon-components-svelte@0.62.3.
## Components
@ -311,7 +311,7 @@ export interface AutoCompleteItem {
| hideLabel | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to visually hide the label text |
| id | <code>let</code> | No | <code>string</code> | <code>"ccs-" + Math.random().toString(36)</code> | Set an id for the list box component |
| name | <code>let</code> | No | <code>string</code> | <code>undefined</code> | Specify a name attribute for the list box |
| placeholder | <code>let</code> | No | -- | <code>null</code> | ???? |
| placeholder | <code>let</code> | No | -- | <code>null</code> | Specify the placeholder text |
### Slots