webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 337 forks source link

Sorting should be done on a clone of countries #397

Closed ahmedConrad closed 3 years ago

ahmedConrad commented 3 years ago

Sorting in javascript happens in-place. We need to do it on a clone of the original array to keep countries in the correct order for display.

Fix for: https://github.com/webcat12345/ngx-intl-tel-input/issues/396