teslamotors / informed

A lightweight framework and utility for building powerful forms in React applications
https://teslamotors.github.io/informed
MIT License
956 stars 174 forks source link

refactoring touchAllFields & todo case #434

Closed mertcanaltin closed 1 year ago

mertcanaltin commented 1 year ago

i consolidated into a class to manage repetitive pieces of code in one place I also defined classes in a simple way and generated error messages dynamically @joepuzzo

joepuzzo commented 1 year ago

Im confused this only has one change that removes an if statment that is needed ?

mertcanaltin commented 1 year ago

Im confused this only has one change that removes an if statment that is needed ?

I thought since an array already has a Field, the condition would not be needed @joepuzzo