hantrongbinh / vue-country-code

Vue2 Country Code Select
https://hantrongbinh.github.io/vue-country-code/
MIT License
23 stars 16 forks source link

Adds a method to enable programmatic triggering of the dropdown from … #2

Closed wilpat closed 3 years ago

wilpat commented 4 years ago

…the DOM.

Hi,

I ran into a case where I wanted this component to be beside a read only input box, and I also wanted this input box to trigger the dropdown but the "clickedOutside" method was preventing this from happening so I added the functionality and created a PR as there might be others like me wanting this.

Here's a GIF describing this: image