QInput :value is missing in V2 #12267
-
|
We could use something like this in Quasar V1 But in Quasar V2 we don't have Why someone would need that if we have Because you can't do something like this with Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, https://quasar.dev/start/upgrade-guide#vue-3-breaking-changes-examples |
Beta Was this translation helpful? Give feedback.
-
|
I tried with |
Beta Was this translation helpful? Give feedback.

Hi,
valueis nowmodel-valuebecause of Vue 3 changes. Here are some references to learn about it:https://quasar.dev/start/upgrade-guide#vue-3-breaking-changes-examples
https://v3.vuejs.org/guide/migration/v-model.html
https://quasar.dev/vue-components/input#qinput-api