Since version 0.53, selectedIndex has been replaced with selectedId.
### Default ### Selected id ### Reactive example ### Clear selection To programmatically clear the selection, access the component instance using the [bind:this](https://svelte.dev/docs#bind_element) directive and invoke the `ComboBox.clear()` accessor. Specify `focus: false` in the method options to avoid re-focusing the input. ### Multiple combo boxes ### Filterable ### Top direction Set `direction` to `"top"` for the combobox dropdown menu to appear above the input. ### Light variant ### Extra-large size ### Small size ### Invalid state ### Warning state ### Disabled