UnconditionedLife / smum

SMUM Checkin for Santa Maria Urban Ministries (San Jose, California)
https://www.santamariasj.org
3 stars 0 forks source link

Age should auto-calculate on client and dependents forms #109

Closed UnconditionedLife closed 2 years ago

UnconditionedLife commented 2 years ago

Once age is calculated in edit forms (client/dependents) remove the age calculation post save in ClientsPage.

UnconditionedLife commented 2 years ago

Because we have controlled forms, this is not a trivial feature. We will need to figure out how to do it via React Hook Forms API.

UnconditionedLife commented 2 years ago

Added a hack that should do what we need. Might need to upgrade react-hook-form to properly solve the issue of onChange value updates