$refs undefined when accessing VueTelInput component
I am working on a Vue.js component that uses the VueTelInput
component for phone number input. I am encountering an issue where the $refs
for VueTelInput
is undefined when I try to access its choose
method. Here is a snippet of my code:
Vue.js $refs undefined when accessing VueTelInput component
This is my first public question on Stackoverflow (: