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
Similar to this resolved issue, when the field name that's entered into the Add New Field form is not allowed, all the existing values in the form are lost. This is rather aggravating if you have spent time filling in label, type, description, notes and icon.
The core could adopt a similar AJAX-driven approach, or seeing as the name input already does some partial validation and correction this could be enhanced with more client-side validation, e.g. there could be JS arrays with the reserved words, existing field names and language names and the entered value could be checked against those before submission.