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.
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.