-
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
1.
|
Create Test Scripts | Done | Tristan Strong |
|
|||||||||
2.
|
Review Test Scripts | Done | Unassigned |
|
|||||||||
3.
|
Deploy | Done | Tristan Strong |
|
|||||||||
4.
|
Execute Test Cases | Done | Tristan Strong |
|
|||||||||
5.
|
Functional Review with QA | Done | David Craft (Inactive) |
|
|||||||||
6.
|
DIT | Done | David Craft (Inactive) |
|
|||||||||
7.
|
Design Review | Done | David Craft (Inactive) |
|
|||||||||
8.
|
Story Documentation | Done | David Craft (Inactive) |
|
|||||||||
9.
|
Add component for telephone number | Done | David Craft (Inactive) |
|