You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 to
Free Text
and save.The form field now still contains the required property with
true
which breaks the form.The text was updated successfully, but these errors were encountered: