I am facing issue with v-model in f7-input. Below is the error that I am getting "Invalid prop: type check failed for prop "value". Expected String, Number, Array, got InputEvent."
Steps to reproduce
1) Download framework7-template-vue-webpack
2) Install npm packages with "npm install"
2) Edit about.vue page to add below input element
3) Add script block to about.vue as below
Run the app and navigate to about page, we get the value in textbox as "[object InputEvent]" and in the console window it gives "Invalid prop: type check failed for prop "value". Expected String, Number, Array, got InputEvent." eror
I am facing issue with v-model in f7-input. Below is the error that I am getting "Invalid prop: type check failed for prop "value". Expected String, Number, Array, got InputEvent."
Steps to reproduce
1) Download framework7-template-vue-webpack 2) Install npm packages with "npm install" 2) Edit about.vue page to add below input element
3) Add script block to about.vue as below
Run the app and navigate to about page, we get the value in textbox as "[object InputEvent]" and in the console window it gives "Invalid prop: type check failed for prop "value". Expected String, Number, Array, got InputEvent." eror