issues
search
juanjotorres90
/
ngx-material-intl-tel-input
Introducing an Angular library designed to streamline the input and validation of international telephone numbers.
https://www.npmjs.com/package/ngx-material-intl-tel-input
MIT License
11
stars
3
forks
source link
develop into main
#1
Closed
juanjotorres90
closed
8 months ago
juanjotorres90
commented
8 months ago
Added
Add 'autoSelectCountry' option to enable auto selecting a country on initialization.
Add 'autoSelectedCountry' option to set the country to be auto selected.
Add 'numberValidation' option to disable phone number validation.
Add 'preferredCountries' option to show them on top of the country list.
Add 'visibleCountries' option to only show the specified countries.
Export "CountryISO" type.
Changed
Fetch country data refactor. Now a service handles all the logic.
Removed
Remove unused css.
Added
Changed
Removed