In channel forms if I use:
{field:date_field}to render a stock EE date field I am seeing a JS error: EE.date is undefined. I can avoid this by using html such as:
<input type="text" name="date_field" value="{date_field}" id="date_field">to lay out a text input for my date field. However, the date field that is my problem is in a grid field, to which I cannot control how the output from my:
{field:grid_field}works on the page. This started happening after my update to 2.8.0. I checked the bug log and didn’t see anything on this, anyone else seeing this? Know how to fix? Or is this a bug I should submit?