bcgov / parks-reso-public

Day Use Pass Public
Apache License 2.0
4 stars 17 forks source link

BRS-301: Implement International Phone Numbers #304

Closed Christopher-walsh22 closed 11 months ago

Christopher-walsh22 commented 11 months ago

Jira Ticket:

BRS-301

Jira Ticket URL:

BRS-301

Description:

Added: ngx-intl-tel-input Added: google-libphonenumber Added: ngx-bootstrap

ngx-intl-tel-input is being used to create the dropdown menu in which users can enter internation phone numbers.

google-libphonenumber will validate the number entered and confirm wether or not that is a valid number in the country selected.

Users have the option to enter: Numbers, spaces, dashes and brackets in the phone number box. This validation will only look at the numbers entered and will not be effected by the other accepted characters.

Update to test to check for validation errors instead of comparing length of entered data to maximum.

sonarcloud[bot] commented 11 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud