Skip to content

Expose the 'choose' function #490

@MorningPants

Description

@MorningPants

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions