Skip to content

Commit e6100ba

Browse files
committed
docs: increase locale select max-height [refresh gh-pages]
1 parent bcdaa63 commit e6100ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/demo/src/examples/example09.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ export default class Example {
1818
this.updateLocale(event.target.value as LocaleKey);
1919
}) as EventListener);
2020

21-
this.ms0 = multipleSelect(elm) as MultipleSelectInstance;
21+
this.ms0 = multipleSelect(elm, {
22+
maxHeight: 400,
23+
}) as MultipleSelectInstance;
2224
this.ms1 = multipleSelect('#dynamic-select', {
2325
filter: true,
2426
showOkButton: true,

0 commit comments

Comments
 (0)