Volst / ui-components

💎 A React UI component library for Volst.
https://ui-components.volst.nl
10 stars 3 forks source link

Fix Dropdown hitbox #5

Open Rutger opened 6 years ago

Rutger commented 6 years ago

This small gif explains the bug: Dropdown hitbox bug

What happens is that the wrapper of the button and dropdown has the click handler, instead of it being on only the button. This can also be very annoying when you're trying to close the modal, as you have to click outside of the hitbox.