angular-material-extensions / select-country

Angular Material component that allow users to select a country or nationality with an autocomplete feature
https://angular-material-extensions.github.io/select-country/
MIT License
126 stars 40 forks source link

Refactor + Optimizations + Better to test online #120

Closed Rogermax closed 1 year ago

Rogermax commented 1 year ago

I've made and important refactor, optimizing events. Playable examples on main page. Two types of use, with or without reactive forms. Now the component internally uses a reactive form to make better use of the angular material autocomplete component, beeing able to use mat-error, mat-hint... Most of the Issues should be deprecated or resolved.