Skip to content

Commit

Permalink
docs: increase locale select max-height [refresh gh-pages]
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 6, 2024
1 parent bcdaa63 commit e6100ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/demo/src/examples/example09.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default class Example {
this.updateLocale(event.target.value as LocaleKey);
}) as EventListener);

this.ms0 = multipleSelect(elm) as MultipleSelectInstance;
this.ms0 = multipleSelect(elm, {
maxHeight: 400,
}) as MultipleSelectInstance;
this.ms1 = multipleSelect('#dynamic-select', {
filter: true,
showOkButton: true,
Expand Down

0 comments on commit e6100ba

Please sign in to comment.