ngx-intl-tel-input is being used for the component on registration forms for accepting phone numbers. Users can select country from a dropdown menu, then 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.
Jira Ticket:
BRS-301
Jira Ticket URL:
BRS-301
Description:
Added: ngx-intl-tel-input Added: google-libphonenumber
ngx-intl-tel-input is being used for the component on registration forms for accepting phone numbers. Users can select country from a dropdown menu, then 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.