chore: v11 MultiSelect

Size `xl` changed to `lg`.
This commit is contained in:
Gregor Wassmann 2023-03-28 19:16:32 +02:00 committed by Enrico Sacchetti
commit c23782b161
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
7 changed files with 45 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;