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
core utils: Add is_iso_date_time method to check for valid ISO 8601 date/time strings. (d9fcfac)
Bug Fixes
pat validation: Also validate date/time inputs when the value is empty. (39249b2)
This clears eventual validation errors when the date input is cleared.
pat validation: Fix issue where Google Chrome would interpret an invalid date value like "ok-1" as a valid date. (0fb2359)