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

Put the search box in place of the dropdown button #9

Closed AmrElsayyad closed 3 months ago

AmrElsayyad commented 3 months ago

Is your feature request related to a problem? Please describe. Having the search box as a list item makes it harder to use.

Describe the solution you'd like It would be better if the dropdown button acted as the search box instead of having it as a list item.

Describe alternatives you've considered None

Additional context image

kapilkumar0037 commented 3 months ago

Thanks for your suggestion, it has been implemented and included in the release 2.0.3. https://kapilkumar0037.github.io/ngx-countries-dropdown-demo

AmrElsayyad commented 3 months ago

Thank you @kapilkumar0037 !! It will be perfect if you also implement selecting the first option on enter key press.

kapilkumar0037 commented 3 months ago

Implemented that as well. you can now navigate through the list with up and down arrow and select with enter key.

AmrElsayyad commented 3 months ago

@kapilkumar0037 Thank you!!