cfpb / sbl-project

Project management repo for the SBL project
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

fix(mock_data): LEI and the Tax ID (TIN) need to pass regex validatio… #154

Closed shindigira closed 7 months ago

shindigira commented 7 months ago

…n on the frontend

Related Frontend Issue: https://github.com/cfpb/sbl-frontend/issues/273 Related Frontend PR: https://github.com/cfpb/sbl-frontend/pull/290

Field Validations for LEI and TIN: https://github.com/cfpb/hmda-frontend/blob/9726cbd13428d6347b791c42d1a5613307f546c8/src/hmda-help/constants/inputs.js#L6-L25 https://github.com/cfpb/hmda-frontend/blob/9726cbd13428d6347b791c42d1a5613307f546c8/src/hmda-help/constants/inputs.js#L53-L70