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
The DateTimeLocalField used in the clearing forms do not render properly in firefox and safari browsers. Chrome should work. See: https://caniuse.com/#search=input%20date
Potential solution is to split up datetime fields into one field for date and one for time. This should render fine in firefox/safari/chrome.
The text was updated successfully, but these errors were encountered:
The DateTimeLocalField used in the clearing forms do not render properly in firefox and safari browsers. Chrome should work. See: https://caniuse.com/#search=input%20date
Potential solution is to split up datetime fields into one field for date and one for time. This should render fine in firefox/safari/chrome.
The text was updated successfully, but these errors were encountered: