aaspinwall / collab

Collab project: We're currently building a decision maker app with Next.js on the frontend and graphQL / faunaDB on the backend.
https://collab-git-main.aaspinwall.vercel.app/
MIT License
5 stars 14 forks source link

Field validation on create-a-room #118

Open aaspinwall opened 3 years ago

aaspinwall commented 3 years ago

What do you propose we work on? Please describe. On room/create-room/ we shouldn't allow for:

Describe the solution you'd like A discrete error message shows when the field is not valid and the submit button is inactive. Once all fields are valid, the submit button can be clicked and everybody is happy. Create a field validation, I strongly suggest formik

CarlosFabianG commented 3 years ago

I would like to take this one :-)

aaspinwall commented 3 years ago

I would like to take this one :-)

You got it! Thanks!

aaspinwall commented 3 years ago

Hey, @CarlosFabianG how are you doing with that?