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
In Model Admin (or Page, or anywhere where there is a form), if you have a field that has a validation error and is below the fold (ie; you'd need to scroll to see it), it won't scroll to that field with the error.
This is a problem as it means the user might think that the form has been successfully saved where in fact it hasn't.
There is scroll related code in LeftAndMain.EditForm.js (saveFieldFocus & restoreFieldFocus) but this is to scroll to the last focused field.
The text was updated successfully, but these errors were encountered:
In Model Admin (or Page, or anywhere where there is a form), if you have a field that has a validation error and is below the fold (ie; you'd need to scroll to see it), it won't scroll to that field with the error.
This is a problem as it means the user might think that the form has been successfully saved where in fact it hasn't.
There is scroll related code in LeftAndMain.EditForm.js (saveFieldFocus & restoreFieldFocus) but this is to scroll to the last focused field.
The text was updated successfully, but these errors were encountered: