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
Currently all date fields, e.g. EmbargoDateField are a simple TextField, meaning the user is (at least initially) able to type in any text without a mask or e.g. a date picker:
It could be nice to add a date picker or a mask that formats the text as the user types and prevents entering non-numeric characters.