You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In vue.js v-model doesn't get updated during IME (Chinese, Japanese, Korean etc.) composition.But Quasar input v-model is not.
Would you be so kind to contact me on Discord? Want some help on fully testing the fix (my commit above). Would be lovely if this happens before I release the final 1.0.0 this Sunday.
Is your feature request related to a problem? Please describe.
In vue.js v-model doesn't get updated during IME (Chinese, Japanese, Korean etc.) composition.But Quasar input v-model is not.
Describe the solution you'd like
Like Vue.js use compositionstart and compositionend events.
https://github.com/vuejs/vue/blob/dev/src/platforms/web/runtime/directives/model.js#L37-L38
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: