Hi, I build a Metronic 8 VueJS & Laravel by myself from HTML. And create components as I use. So in a component I've build, I need to use the "Dialer" component, which is written in vanilla JS. In Vue JS, When I want to save a form, I have to get all the value from v-model. But inside this form, I cannot get value from KT Dialer using v-model.
To use vanilla JS as the documentation, for example get value "on change" event, it's a bit complicated to combine with the save method in Vue JS. What is the best possible way to get the value other than using the vanilla JS "on change" event?
Hi,
Right now Dialer component is not included in our Vue theme by default.
I would suggest you consider using components that will work reactively out of the box.
For example, you can check the Element Plus number input component:
https://element.eleme.io/#/en-US/component/input-number
Regards,
Lauris Stepanovs,
Keenthemes Support Team