mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
selectedItem and AutoComplete example available
This commit is contained in:
parent
0934a7d2c9
commit
ac97e7a966
24 changed files with 8267 additions and 653 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue