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

Validate the registration form immediately when typing #3546

Open
deevroman opened this issue May 8, 2022 · 1 comment
Open

Validate the registration form immediately when typing #3546

deevroman opened this issue May 8, 2022 · 1 comment
Labels
enhancement Improvements and new feature requests ui User Interface

Comments

@deevroman
Copy link

Description

  1. It is difficult to choose a free login. Most likely you won't be able to do it on the first try. And not even with the second one. To check this, you need to submit a form.

  2. Any mistake in the form erases the password. And it needs to be entered at least twice! Nothing prevents you from checking all the fields automatically before sending, so that the user immediately knows that everything is filled out correctly.

Screenshots

Снимок экрана 2022-05-08 в 18 34 24 Снимок экрана 2022-05-08 в 18 34 31
@gravitystorm
Copy link
Collaborator

I think it would be nice to check the display name (and password format, which has been asked for before) before form submission, but I'm reluctant to create too much home-grown javascript to add this functionality.

What I would prefer is to first move to Turbo/Stimulus, so that we can get some more idiomatic approaches to interactivity, and that approach will be better in the long run.

@gravitystorm gravitystorm changed the title The fields of the registration form must be validated immediately when typing Validate the registration form immediately when typing May 9, 2022
@lectrician1 lectrician1 added ui User Interface enhancement Improvements and new feature requests labels May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements and new feature requests ui User Interface
Projects
None yet
Development

No branches or pull requests

3 participants