added titleText slot to ComboBox and MultiSelect

This commit is contained in:
sach!n 2023-06-11 13:46:40 -07:00
commit dd0b43cc06
7 changed files with 374 additions and 239 deletions

View file

@ -169,7 +169,7 @@ export default class ComboBox extends SvelteComponentTyped<
clear: WindowEventMap["clear"];
scroll: WindowEventMap["scroll"];
},
{ default: { item: ComboBoxItem; index: number } }
{ default: { item: ComboBoxItem; index: number }; titleText: {} }
> {
/**
* Clear the combo box programmatically