To replicate this issue, create a data type with Content Grid consisting of Dates only. What I'm achieving is to have a multiple date range property.
After selecting a value and click anywhere the value changes to "YYYY-12-DD" but after saving it the data works fine. I've checked Chrome developer tools and it logs these errors:
Uncaught TypeError: Cannot read property 'getUTCHours' of null Uncaught TypeError: Cannot read property 'getUTCMonth' of null
"YYYY-12-DD" text after selecting a date
Hi,
To replicate this issue, create a data type with Content Grid consisting of Dates only. What I'm achieving is to have a multiple date range property.
After selecting a value and click anywhere the value changes to "YYYY-12-DD" but after saving it the data works fine. I've checked Chrome developer tools and it logs these errors:
Uncaught TypeError: Cannot read property 'getUTCHours' of null
Uncaught TypeError: Cannot read property 'getUTCMonth' of null
Regards,
Allan
Hi Allan.
Which version of Umbraco & grid data type do you use?
Cheers.
Hi Gilad,
Sorry my mistake I used the newest version of the package and just using Umbraco 7.1. It works ok now if I used v1.1.1 of the package.
Thanks,
Allan
is working on a reply...