iamwatchdogs / Signup-Form-Practice

A simple signup form for practising various concepts.
https://iamwatchdogs.github.io/Signup-Form-Practice/
0 stars 0 forks source link

Repeat-Password is not working #4

Open himanshu251001 opened 1 month ago

himanshu251001 commented 1 month ago

I have been checking out your hosted webpage and I see that the repeat-password input is not working as expected. I tried checking it in different ways, but it's still the same. The values entered into password and repeat-password are not matching and I can even see it in the hashed password that you're adding to local storage.

Please try to recreate the issue and check it out.

Sample output

image

iamwatchdogs commented 2 weeks ago

Thank you for pointing the bug out @himanshu251001. It was indeed not functioning as expected. The password and repeat-password are not getting validated as you have mentioned. It might be an ref issue on InputElement component.

I'll be working on it ASAP i.e., unless you want to work on it...