-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix user form validation #183
Comments
lgorzitze
added a commit
that referenced
this issue
Jan 6, 2025
When creating a user, the save button is now only enabled when all required fields are filled out. Additionally, programmatically all fields have the required attribute and visually an asterisk was added to indicate users that the field is required.
lgorzitze
added a commit
that referenced
this issue
Jan 6, 2025
lgorzitze
added a commit
that referenced
this issue
Jan 6, 2025
lgorzitze
added a commit
that referenced
this issue
Jan 6, 2025
When creating a user, the save button is now only enabled when all required fields are filled out. Additionally, programmatically all fields have the required attribute and visually an asterisk was added to indicate users that the field is required.
lgorzitze
added a commit
that referenced
this issue
Jan 6, 2025
lgorzitze
added a commit
that referenced
this issue
Jan 6, 2025
lgorzitze
added a commit
that referenced
this issue
Jan 16, 2025
lgorzitze
added a commit
that referenced
this issue
Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The validation for the user creation form does not properly check whether all required fields are filled before en abling the save button.
The text was updated successfully, but these errors were encountered: