bloom-housing / Bloom-Doorway

Issue tracking for Doorway
0 stars 0 forks source link

Align Filter Forms with React Hook Form #16

Closed ColinBuyck closed 1 year ago

ColinBuyck commented 1 year ago

The landing page form and listings filter form do not utilize react hook forms and therefore, don't leverage much of our built-in validation. It will be very helpful to align these with with our typical form approach so that future improvements and validation is easier.

Currently, there is a form object being set onChange but ideally, these would use register, setValue, getValues rather than custom functions.

sarahlazarich commented 1 year ago

closing - moved over to new repo