-
-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels