Pensano-dev / meal-plan-generator

3 stars 0 forks source link

Text input validation #41

Open pablisch opened 9 months ago

pablisch commented 9 months ago

I believe the regex text input validation is having issues. In part, this might result from work Natasha and I did. I have made a new branch pj/regex-csv-fix which solves a part of the problem but noticed that even then, if you type in a text field and then delete that text, it shows as failing regex. Also, it would be good each input to validate separately to indicate where the problem is. Currently, if one text input has an issue, both indicate errors.