rnewstead1 / nevis-wedding

0 stars 0 forks source link

Form validation #5

Open rnewstead1 opened 7 years ago

rnewstead1 commented 7 years ago

Is conditional formatting easy to do in redux-forms?

will-normand commented 7 years ago

It'd probably be better to hide and show things depending on the previous choices. So, e.g. if you say you are not coming you don't get to see what dinner you are missing.

rnewstead1 commented 7 years ago

I'm not sure how easy that is... I've seen some complicated stuff to do this elsewhere.

will-normand commented 7 years ago

I've added basic sync validation and server-side validation. We need to decide what actual validation rules we want and implement them.