bloom-housing / bloom

component-based web framework for affordable housing management
Apache License 2.0
34 stars 24 forks source link

Zip Code length validation #4260

Open ColinBuyck opened 1 month ago

ColinBuyck commented 1 month ago

During a recent support cycle, the following error was seen for a verify issue: alternateContact.address.zipCode must be shorter than or equal to 10 characters. On the FE, we're validating that the length is less than 64 which allows users to encounter this error easily without accurate messaging to fix it. This ticket is to align the FE and error messaging to the BE validation.

QA This can be tested by attempting to fill out the application and zip code field with more than 10 characters and seeing the appropriate error message.

sarahlazarich commented 3 weeks ago

lgtm ! Thank you