International Telephone Input with Vue
My app used the Vue 2 version of vue-tel-input and used the choose function via `this.$refs.vueTelInput.choose(countryCode)` when the user selected their country in a different field. In Vue 3, we cannot access the `choose` function now since it it is not included in defineExpose. To retain the functionality that the Vue 2 version had, the choose function should be added to defineExpose.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by MorningPants and has received 3 comments.