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
|
@ -238,7 +238,7 @@
|
|||
{
|
||||
"name": "items",
|
||||
"kind": "let",
|
||||
"description": "Set the dropdown items",
|
||||
"description": "Set full list of items",
|
||||
"type": "AutoCompleteItem[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
|
@ -246,16 +246,6 @@
|
|||
"constant": false,
|
||||
"reactive": false
|
||||
},
|
||||
{
|
||||
"name": "filteredItems",
|
||||
"kind": "let",
|
||||
"type": "[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
},
|
||||
{
|
||||
"name": "itemToString",
|
||||
"kind": "let",
|
||||
|
@ -277,6 +267,16 @@
|
|||
"constant": false,
|
||||
"reactive": true
|
||||
},
|
||||
{
|
||||
"name": "selectedItem",
|
||||
"kind": "let",
|
||||
"description": "Specify the selected item",
|
||||
"type": "AutoCompleteItem",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"kind": "let",
|
||||
|
@ -465,7 +465,7 @@
|
|||
{
|
||||
"name": "placeholder",
|
||||
"kind": "let",
|
||||
"description": "????",
|
||||
"description": "Specify the placeholder text",
|
||||
"value": "null",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue