#Using `clickOutside` on a controlled Popover
4 messages · Page 1 of 1 (latest)
Maybe register your own useClickOutside hook, like the internal Popover implementation
4 messages · Page 1 of 1 (latest)
I think I need my Popover to be controlled so it can be closed when clicking the button at the bottom. But then the Popover no longer closes on click outside. Is there an event I can register in clickOutsideEvents maybe ?
Maybe register your own useClickOutside hook, like the internal Popover implementation