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 expecting a date range from the user, we currently use two separate DateInput components (from semantic-ui-calendar-react) for this matter, however it turns out there is a dedicated component for that: DatesRangeInput.
The task would be to create our own overlay of that component and update all the forms that include date ranges.
The text was updated successfully, but these errors were encountered:
When expecting a date range from the user, we currently use two separate
DateInput
components (fromsemantic-ui-calendar-react
) for this matter, however it turns out there is a dedicated component for that:DatesRangeInput
.The task would be to create our own overlay of that component and update all the forms that include date ranges.
The text was updated successfully, but these errors were encountered: