Skip to content

#56, resolved bugs for form validation

Pavan Kalyan requested to merge 56-bugs-in-form-validation into main

I changed the

  • Phone number field which was only accepting strings,
  • age field which was accepting negative values also,
  • name field which was accepting int values,
  • vitals page which was accepting negative and string values.

Closes #56

Merge request reports