You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a date picker component which has an <input /> as trigger. After focussing the input field (either through keyboard or mouse), that should open the dropdown. After leaving the [input field/dropdown] I want the dropdown to close. Specifying onBlur on the component doesn't work, as that'll close the dropdown as soon as I start interacting with the content in the dropdown. Any suggestions?
The text was updated successfully, but these errors were encountered:
I'm trying to build a date picker component which has an
<input />
as trigger. After focussing the input field (either through keyboard or mouse), that should open the dropdown. After leaving the [input field/dropdown] I want the dropdown to close. SpecifyingonBlur
on the component doesn't work, as that'll close the dropdown as soon as I start interacting with the content in the dropdown. Any suggestions?The text was updated successfully, but these errors were encountered: