hakandilek / play2-crud-activator

Typesafe Activator for play2-crud
Other
13 stars 6 forks source link

dateField format #6

Open cherdt opened 7 years ago

cherdt commented 7 years ago

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!

cherdt commented 7 years ago

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).