Please check if the PR fulfills these requirements:
[X] After these changes, the app was run and still works as expected
[] Tests for these changes were added (if applicable) (remaining tests are coming)
[X] All existing unit tests were run and still pass
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
--Change MotorVehicleAccidentClaimNumberInput to regular Input (with maxLength and isUpperCaseForced)
--Add new motorVehicleAccidentClaimNumberMaskValidator to make up for the input filtering the component used to handle
--Add alphanumericValidator to vehicleAccidentClaimNumber to make up for filtering that the component used to handle
--Update aria-live error message to check mask validator
--Add unit tests for mask validator
--Fix facilityNumber to check CSR
Please check if the PR fulfills these requirements:
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
--Change MotorVehicleAccidentClaimNumberInput to regular Input (with maxLength and isUpperCaseForced) --Add new motorVehicleAccidentClaimNumberMaskValidator to make up for the input filtering the component used to handle --Add alphanumericValidator to vehicleAccidentClaimNumber to make up for filtering that the component used to handle --Update aria-live error message to check mask validator --Add unit tests for mask validator --Fix facilityNumber to check CSR
Additional Notes: