webcat12345 / ngx-intl-tel-input

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

Sorting should be done on a clone of countries #400

Open ahmedasif1 opened 3 years ago

ahmedasif1 commented 3 years ago

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