Jemt / Fit.UI

Fit.UI is a JavaScript based UI framework built on Object Oriented principles
http://fitui.org
GNU Lesser General Public License v3.0
19 stars 7 forks source link

DropDown: Close on scroll #191

Closed Jemt closed 1 year ago

Jemt commented 1 year ago

Make DropDown control close on scroll. This especially makes sense when DetectBoundaries(true, true) is enabled, which will detach the pull down menu from the document, resulting in the pull down menu remaining "stuck" on the screen while the document scrolls behind it, which looks odd.