liferay / clay

A web implementation of the Lexicon Experience Language
http://clayui.com
Other
208 stars 467 forks source link

fix(@clayui/drop-down): Fix Dropdown doesnt close when click outside #5740

Closed ilzamcmed closed 6 months ago

ilzamcmed commented 6 months ago

Jira issue: https://liferay.atlassian.net/browse/LPS-203851

https://github.com/liferay/clay/assets/47724428/b00dd13b-7490-4346-8b88-2b936b25d347

matuzalemsteles commented 6 months ago

@ilzamcmed I made some changes. We cannot close the Overlay at start because this way we will break the other behaviors of detecting the click outside correctly, click on input for upload and etc... so I just added support for clicking outside the window with blur but without changing the others events to not duplicate the event call.