We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdaa63 commit e6100baCopy full SHA for e6100ba
packages/demo/src/examples/example09.ts
@@ -18,7 +18,9 @@ export default class Example {
18
this.updateLocale(event.target.value as LocaleKey);
19
}) as EventListener);
20
21
- this.ms0 = multipleSelect(elm) as MultipleSelectInstance;
+ this.ms0 = multipleSelect(elm, {
22
+ maxHeight: 400,
23
+ }) as MultipleSelectInstance;
24
this.ms1 = multipleSelect('#dynamic-select', {
25
filter: true,
26
showOkButton: true,
0 commit comments