mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
chore: v11 MultiSelect
Size `xl` changed to `lg`.
This commit is contained in:
parent
9a0a790e19
commit
c23782b161
7 changed files with 45 additions and 9 deletions
2
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
2
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
|
@ -53,7 +53,7 @@ export interface MultiSelectProps extends RestProps {
|
|||
* Set the size of the combobox
|
||||
* @default undefined
|
||||
*/
|
||||
size?: "sm" | "lg" | "xl";
|
||||
size?: "sm" | "lg";
|
||||
|
||||
/**
|
||||
* Specify the type of multiselect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue