Add form validity in LoginForm
AloyBranCheung opened this issue · 4 comments
AloyBranCheung commented
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
AloyBranCheung commented
I'm looking into using Formik which is a form programming/validation library, instead of manually creating customHooks/logic. What do you guys think?
AloyBranCheung commented
@amendezm Are you okay with me trying to use Formik?
AloyBranCheung commented
amendezm commented
Yes, let's use react-hook-form