chore: v11 MultiSelect

Size `xl` changed to `lg`.
This commit is contained in:
Gregor Wassmann 2023-03-28 19:16:32 +02:00
commit 5221080309
6 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@
/**
* Set the size of the combobox
* @type {"sm" | "lg" | "xl"}
* @type {"sm" | "lg"}
*/
export let size = undefined;