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
When selecting a date from the date picker in the DateRangeInput(Field) component and then interacting with a different form element (e.g., Input), focus unexpectedly returns to the DateRangeInput(Field). This behaviour breaks the expected user flow and creates a poor user experience.
While Pull Request #185 successfully addressed issues with inconsistent focus between components, it inadvertently introduced this new focus behavior.
Steps to reproduce
Select a date range from the date picker
Select a different component after dates selection
Expected behavior
After dates selection and clicking on a different component the focus should shift to the clicked component and not back to the DateRangeInput(Field).
Actual behavior
Selecting a different component after dates selection returns the focus to DateRangeInput(Field).
The text was updated successfully, but these errors were encountered:
Basic information
Bug description
When selecting a date from the date picker in the
DateRangeInput(Field)
component and then interacting with a different form element (e.g.,Input
), focus unexpectedly returns to theDateRangeInput(Field)
. This behaviour breaks the expected user flow and creates a poor user experience.While Pull Request #185 successfully addressed issues with inconsistent focus between components, it inadvertently introduced this new focus behavior.
Steps to reproduce
Expected behavior
After dates selection and clicking on a different component the focus should shift to the clicked component and not back to the
DateRangeInput(Field)
.Actual behavior
Selecting a different component after dates selection returns the focus to
DateRangeInput(Field)
.The text was updated successfully, but these errors were encountered: