-
Notifications
You must be signed in to change notification settings - Fork 272
Description
Describe the Bug:
Changing the day input in the "Start" or "End" time fields in the Override form automatically updates the other respective field. This makes changing the exact date and time for a future schedule nearly impossible via typing in numbers.
Steps to Reproduce:
- Go to an existing schedule.
- Click "Override".
- Click "Cover Someone's Shifts".
- Click on the Day in the "Start" or "End" time input fields.
- Change the Day via keyboard input (E.g. input "15" for the 15th).
- Observe that the other date changes.
- If you change Start, then the End time changes.
- If you change End, then the Start time changes.
Expected Behavior:
The day input for "Start" or "End" time field should be able to be changed independently, without automatically updating the other field.
Observed Behavior:
Changing the start or end day leads to the automatic update of the other respective field, making it difficult to set a specific future date/time.
Application Version:
This issue is seen across all versions of GoAlert.
Desktop/Browser:
This issue has been reproduced across all browsers.
Additional Context
Possibly related to, or compounded by: #3426