Hello,
In bootstrap-vue app I need to make editor for Latitude / longitude and I added
imaskjs for my project but it does not work as I expect with mask :
I got error on page opened :
vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in mounted hook: "Error: value should be string"
and the rules do not permit to enter negative value and rage from to do not work.
Hello, In bootstrap-vue app I need to make editor for Latitude / longitude and I added imaskjs for my project but it does not work as I expect with mask :
and data definition :
I got error on page opened :
vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in mounted hook: "Error: value should be string"
and the rules do not permit to enter negative value and rage from to do not work.Which is the valid way ?
Thanks!