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
I've created a project based on play2-crud-activator in the Lightbend Activator UI. I can add Simple items without any issue, but I am unable to add Complex items because the dateField returns "invalid value" for every input I've tried.
What is the correct format for the dateField?
Where in the code can I view the validation for dateField?
Thanks!
The text was updated successfully, but these errors were encountered:
My apologies, I tried it again in Chrome and it worked--the field displayed the format (mm/dd/yyyy) and included a Javascript date-picker. I was using Firefox before, where both the field hint and the date-picker are missing in Firefox. I'll leave this issue open in case anyone wants to look at the Firefox issue (I may look into more myself if I have time).
I've created a project based on play2-crud-activator in the Lightbend Activator UI. I can add Simple items without any issue, but I am unable to add Complex items because the dateField returns "invalid value" for every input I've tried.
Thanks!
The text was updated successfully, but these errors were encountered: