Changing a form field with checked required checkbox to any other field type like free text, with no required checkbox, dont update the required property after saving.
Steps to Reproduce
Create new form field with checked required and save.
Change field to Free Text and save.
The form field now still contains the required property with true which breaks the form.
I'm having the same issue. The error on the client side on submit is quite unclear too which field it is, just saying 'This value should not be blank.'.
Actual Behavior
Changing a form field with checked
required
checkbox to any other field type likefree text
, with norequired
checkbox, dont update therequired
property after saving.Steps to Reproduce
Create new form field with checked
required
and save. Change field toFree Text
and save. The form field now still contains the required property withtrue
which breaks the form.