Replies: 1 comment 5 replies
-
I'm not sure I understand why you want to validate both the password inputs - why not just the 'confirm password' input?
You might have missed the CSS and annotation in the Validating Input code example?
Could you elaborate a bit and explain what exactly you're struggling with? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an interface for adding user on Linux server. So, I have DataTable with users' information. Then clicking "add" and show modal window with inputs: name, type password, retype password. All then has validation "on change".
Beta Was this translation helpful? Give feedback.
All reactions