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

Missing documentation for using reactive form and validators #78

Open morrowyn opened 3 years ago

morrowyn commented 3 years ago

Hi,

How would this component work together with a reactive form. I want to mark the form as required if the field is left empty. Or be able to have the field always have a value.

Regards