girder_web_components
girder_web_components copied to clipboard
Lazy Authorization form validation
If the user clicks elsewhere on the page while auth is visible, form validation runs and makes the auth form show errors. This even flashes if you click one of the Oauth buttons.
As far as I can tell, Vuetify doesn't allow for this sort of lazy validation. Options are to either disable auto-focus for the auth form or live with the error.
https://github.com/vuetifyjs/vuetify/issues/3530
^ please upvote that issue
Upvote for disabling auto-focus
disabling auto-focus works for me. might be nice if that could be a configurable property of the component so the app can decide.