Skip to content

PeerHartmann/form-playground-fork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Forms with Hooks (?)

Requirements

  • We have a form with n input fields

  • When the user changes a field the form should be validated. As there are dependencies between fields, the whole form must be validated (it's not enough just to validate the field the user is currently editing)

  • A field should only be validated if the user has entered at least one character there. "Untouched" fields should not be validate on (only when the form will be submitted)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published