Dears,
I upgraded to Wagtail 1.6
And I have some page types with multiple tabs in the admin interface which contains mandatory fields
and now I'm facing an issue when trying to publish a page with an empty mandatory fields in other tabs
Old behavior:
Page do submit and the editing form is opened again with a red circle on the tab with the missing info
In 1.6:
JavaScript error in the console saying that:
An invalid form control with name='xxxxxxx' is not focusable.
and the page doesn't submit or publish
Hi @muhammad-saleh - thanks for the report. What version of Django are you running?
@gasman Django 1.10
Fixed in #2942
Thank for reporting!
Most helpful comment
Fixed in #2942
Thank for reporting!