This commit is contained in:
metonym 2022-01-10 13:41:02 -10:00
commit 6a6713d068
5 changed files with 44 additions and 29 deletions

View file

@ -1616,7 +1616,7 @@
"kind": "function",
"description": "Clear the combo box programmatically",
"type": "() => void",
"value": "() => { selectedIndex = -1; highlightedIndex = -1; open = false; inputValue = \"\"; ref?.focus(); }",
"value": "() => { selectedIndex = -1; highlightedIndex = -1; highlightedId = undefined; selectedItem = undefined; open = false; inputValue = \"\"; ref?.focus(); }",
"isFunction": true,
"isFunctionDeclaration": true,
"constant": false,