kapilkumar0037 / ngx-countries-dropdown

Angular library with customizable countries dropdown component with flags, dial code, language and currency details.
MIT License
2 stars 1 forks source link

after hiding dial code [countryListConfig] = "countryListConfig" in the list it is getting hided but not when value is selected #19

Open kotte94 opened 4 hours ago

kotte94 commented 4 hours ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

kotte94 commented 4 hours ago
                 <lib-country-list [countryListConfig] = "countryListConfig" (onCountryChange)="onCountryChange($event)"></lib-country-list>

countryListConfig: IConfig = { hideDialCode: true };

kotte94 commented 3 hours ago

version number 1.051