mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat: rebuild types, component api
This commit is contained in:
parent
dfc00f6668
commit
e39efc5668
5 changed files with 52 additions and 25 deletions
|
@ -123,6 +123,10 @@
|
|||
highlightedIndex = index;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear the combo box programmatically
|
||||
* @type {() => void}
|
||||
*/
|
||||
export function clear() {
|
||||
selectedIndex = -1;
|
||||
highlightedIndex = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue