accordproject / cicero-word-add-in-deprecated

Microsoft Word add-in for the Accord Project
Apache License 2.0
17 stars 13 forks source link

Form Validation Required #64

Closed shakti97 closed 4 years ago

shakti97 commented 4 years ago

Description

Right Now the label are already red , but they should be red only when there is a error, we can solved this issue by maintaining a state for error but I think it should be much elegant if we add any form-validation library

Current Behaviour

Right now label are already in red color , but that should be only when there is any error after the fields are dirty or touched

Expected Behaviour

Form should validate the field and should convey the user what is missing only if the user touched the field or try submitting the form without entering data

Additional Information

I would like to work on it