Support

Account

Home Forums Bug Reports Save bug in Date Picker Field Reply To: Save bug in Date Picker Field

  • I ran into the same issue.
    It shows an empty name attribute, but has a required attribute on a hidden input element. I think it’s Chrome trying to focus on something that is hidden and a empty name attribute.

    My workaround was the same, I ended up making those date fields in the Repeater field NOT required. That resolved the issue. Chrome can not let the post update.