sun-empire-solutions/meets-app

Add form validity in LoginForm

AloyBranCheung opened this issue · 4 comments

Adding form validity to the input fields in the login page > login form e.g. if password is less than 6 characters, small red p element "Password is invalid: less than 6 characters" could show up, guiding the user how to fix their error

I'm looking into using Formik which is a form programming/validation library, instead of manually creating customHooks/logic. What do you guys think?

@amendezm Are you okay with me trying to use Formik?

Yes, let's use react-hook-form