mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 Dropdown
For better compatibility with existing codebases size xl is still supported.
This commit is contained in:
parent
6203e1d699
commit
6be8d3f7d9
6 changed files with 12 additions and 12 deletions
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
|
@ -48,7 +48,7 @@ export interface DropdownProps extends RestProps {
|
|||
* Specify the size of the dropdown field
|
||||
* @default undefined
|
||||
*/
|
||||
size?: "sm" | "lg" | "xl";
|
||||
size?: "sm" | "lg";
|
||||
|
||||
/**
|
||||
* Set to `true` to open the dropdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue