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

@ -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,