CdTgr / vue3-q-tel-input

Vue 3 telephone input implemented over Quasar framework
MIT License
12 stars 14 forks source link

Prevent closing the country popup when no result #30

Closed CdTgr closed 1 year ago

CdTgr commented 1 year ago

PR fixing #29

This PR fixes the issue where the country popup was getting closed when the search resulted in an empty list.

A new prop no-results-text is added for changing the no-result text for convenience.