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
{{ message }}
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
When editing a field at the bottom of a large form the loading indicator is outside of the viewport, unfortunately the user has no visual aid as to what is happening after they've saved the form unless they scroll to the top of the form bringing the loading indicator into the viewport.
I can see this being a problem with all large forms going forward. I realise it's work in progress but we should have a loading indicator that sits on top of the UI which is centrally positioned. Axios has the ability to intercept HTTP calls (like all HTTP clients) allowing us to add and remove a loading indicator.
The text was updated successfully, but these errors were encountered:
paulgain
changed the title
Loading indicator is outside the viewport on large forms
Loading indicator sits outside the viewport on large forms
Oct 22, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When editing a field at the bottom of a large form the loading indicator is outside of the viewport, unfortunately the user has no visual aid as to what is happening after they've saved the form unless they scroll to the top of the form bringing the loading indicator into the viewport.
I can see this being a problem with all large forms going forward. I realise it's work in progress but we should have a loading indicator that sits on top of the UI which is centrally positioned. Axios has the ability to intercept HTTP calls (like all HTTP clients) allowing us to add and remove a loading indicator.
The text was updated successfully, but these errors were encountered: