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 using the keyboard to select a start date, users should be able to:
Select the Start Date via the keyboard in the textbox.
Select the End Date on the calendar using the mouse.
The End Date should only clear if the new start date is after the current End Date. Otherwise, the End Date should remain unchanged.
Actual behavior
When using the cursor keys to update the start date in KDateRange, the End Date is set to a clear state. Additionally, confusing selection states appear when setting the initial date with the keyboard. A subsequent mouse click causes the Start Date to be reset, even if the user then navigates to the End Date input box.
Steps to reproduce the issue
Open the KDateRange component and select a Start Date in the textbox using the keyboard.
Select a End Date on the calendar view using the mouse.
Notice how the Start Date gets updated instead of the End Date.
Select a Start and End date on the calendar, then select a new Start Date with a date that is before the End Date.
Notice that after the Start Date is updated, the End Date is cleared out.
Additional information
Screencast.from.11-06-2024.02_56_39.PM.webm
The text was updated successfully, but these errors were encountered:
Product
Kolibri Design System
Expected behavior
When using the keyboard to select a start date, users should be able to:
The End Date should only clear if the new start date is after the current End Date. Otherwise, the End Date should remain unchanged.
Actual behavior
When using the cursor keys to update the start date in
KDateRange
, the End Date is set to a clear state. Additionally, confusing selection states appear when setting the initial date with the keyboard. A subsequent mouse click causes the Start Date to be reset, even if the user then navigates to the End Date input box.Steps to reproduce the issue
Additional information
Screencast.from.11-06-2024.02_56_39.PM.webm
The text was updated successfully, but these errors were encountered: