Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy Authorization form validation #184

Open
subdavis opened this issue Oct 9, 2019 · 2 comments
Open

Lazy Authorization form validation #184

subdavis opened this issue Oct 9, 2019 · 2 comments

Comments

@subdavis
Copy link
Contributor

subdavis commented Oct 9, 2019

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.

vuetifyjs/vuetify#3530

^ please upvote that issue

@subdavis subdavis changed the title Prevent auth form error until "login" or "register" is clicked. Lazy Authorization form validation Oct 9, 2019
@matthewma7
Copy link

Upvote for disabling auto-focus

@mgrauer
Copy link

mgrauer commented Oct 9, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants