mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 20:59:20 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
c1ee60be89
commit
c42aea86fa
3 changed files with 53 additions and 34 deletions
7
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
7
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
|
@ -24,6 +24,13 @@ export interface MultiSelectProps
|
|||
*/
|
||||
itemToString?: (item: MultiSelectItem) => any;
|
||||
|
||||
/**
|
||||
* Override the input name attribute of a multiselect item.
|
||||
* Defaults to using the item id
|
||||
* @default (item) => item.id
|
||||
*/
|
||||
itemToName?: (item: MultiSelectItem) => any;
|
||||
|
||||
/**
|
||||
* Set the selected ids
|
||||
* @default []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue