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
After selecting a date from the datepicker, the date picker should close and the selected date should appear in the date field
Current Behavior
After selecting a date from the datepicker, the date picker flashes and stays open
Steps to Reproduce
Click all-day row, which triggers event form to render
Click start or end date, which triggers date picker to render
Select a date from the datepicker
Possible Solution (Not obligatory)
I assume this is because we're re-rendering the form unnecessarily. Refactor the form/datepicker so that it doesn't need to rerender after changing the date
Context
The text was updated successfully, but these errors were encountered:
Prerequisites
Expected Behavior
After selecting a date from the datepicker, the date picker should close and the selected date should appear in the date field
Current Behavior
After selecting a date from the datepicker, the date picker flashes and stays open
Steps to Reproduce
Click all-day row, which triggers event form to render
Click start or end date, which triggers date picker to render
Select a date from the datepicker
Possible Solution (Not obligatory)
I assume this is because we're re-rendering the form unnecessarily. Refactor the form/datepicker so that it doesn't need to rerender after changing the date
Context
The text was updated successfully, but these errors were encountered: