-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Sprint:2022.R4 New Features Sprint 4, 2022.R5 New Features Sprint 1
-
SCRUM Team:Brotherhood of Mutants
-
Story Points:5
-
Work Type Classification:Sustaining
Details
New Component for Telephone number that will validate telephone number format
The following code can be used
keypressValidatePhoneAndFax(event: any) {
const pattern = /[0-9 ()+]/;
let inputChar = String.fromCharCode(event.charCode);
if (event.keyCode != 8 && !pattern.test(inputChar))
}
AC
Only numbers, round brackets and the plus symbol are allowed.
- relates to
-
CFAMX-21180 M2 - Phone and Fax Numbers Not Formatting When Editing a Customer in Customer Management
- Open
-
CFAMX-21181 Unable to Expand both the Customer and Additional Information sections in Customer Management
- Open