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
Browser and OS versions: Firefox 61.02 (64-bit); macOS High Sierra 10.13.6
Steps to reproduce
Create a tabbable form including a DateInput.
Attempt to tab through the form.
Actual behavior
When hitting tab to move from a DateInput to the next input, the DateInput's calendar popover does not dismiss. Interestingly, if shift-tabing backwards, DateInputdoes dismiss the popover.
Expected behavior
As we are no longer focused on the DateInput, it seems like the DateInput's calendar popover should dismiss.
Possible solution
Close the popover when tab is pressed in a DateInput.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
DateInput
.Actual behavior
When hitting tab to move from a
DateInput
to the next input, theDateInput
's calendar popover does not dismiss. Interestingly, ifshift-tab
ing backwards,DateInput
does dismiss the popover.Expected behavior
As we are no longer focused on the
DateInput
, it seems like theDateInput
's calendar popover should dismiss.Possible solution
Close the popover when tab is pressed in a
DateInput
.The text was updated successfully, but these errors were encountered: