dropdown
dropdown copied to clipboard
Close dropdown when clicking outside
Hey,
is there an easy prop that triggered with clicking outside the dropdown ?
Thanks
Use Dropdown
's onVisibleChange
. It'll detect outside clicks and send it to your function. Refer to docs.
Use
Dropdown
'sonVisibleChange
. It'll detect outside clicks and send it to your function. Refer to docs.
this only fires when visible is changed, not with outside clicks