react-foundation-components
react-foundation-components copied to clipboard
LinkWithDropdown: how to close overlay by select one of their option
Hello,
I need to hide dropdown overlay if i click outside them or click on one of their option, how i can do this?
Thank you!
Hi @evegreen. Did you mean you want to close dropdown by clicking on one of it's children? In my case my dropdown is a menu and I'd like to close it when clicking on one of the links. Any ideas on how to achieve this?
Hello, @yantakus , i do this by modifying the dom, in handler on one of it's children. But i wanna do this in react style. It's been some time ago, and i don't have ideas right now