stable

Clone or download

Read-only

Put dropdown on top when not enough space below

part of: story #16646 have searchable (multi) select boxes with (static binding, no dependencies) in modal How to test: - When the dropdown has not enough space below, it is displayed above the list-picker (you can resize the page while the list-picker is open to see it in action. Change-Id: Id05e638a68c0749f33163e8616598a6b0ec0085c

Modified Files

Name
M src/scripts/list-picker/src/dropdown/DropdownManager.test.ts +70 −1 Go to diff View file
M src/scripts/list-picker/src/dropdown/DropdownManager.ts +21 −4 Go to diff View file
M src/scripts/list-picker/src/list-picker.ts +1 −0 Go to diff View file
M src/scripts/list-picker/themes/style.scss +4 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_list-picker.scss +12 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +12 −0 Go to diff View file