girder_web_components icon indicating copy to clipboard operation
girder_web_components copied to clipboard

Lazy Authorization form validation

Open subdavis opened this issue 5 years ago • 2 comments

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

subdavis avatar Oct 09 '19 17:10 subdavis

Upvote for disabling auto-focus

matthewma7 avatar Oct 09 '19 18:10 matthewma7

disabling auto-focus works for me. might be nice if that could be a configurable property of the component so the app can decide.

mgrauer avatar Oct 09 '19 18:10 mgrauer