This release fixes dropdowns closing when scroll events are emitted from inside the dropdown. The directive now ignores any scroll event from inside the dropdown, this is done by checking if the parents of the scroll event contain the dropdown id.
This release fixes dropdowns closing when scroll events are emitted from inside the dropdown. The directive now ignores any scroll event from inside the dropdown, this is done by checking if the parents of the scroll event contain the dropdown id.