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
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primevue/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=110
I'm submitting a ...
CodeSandbox Case (Bug Reports)
codesandbox.io/...
Current behavior
v-model
onInputNumber
acts by default asv-model.lazy
(it only updates model on blur/enter).It only emits
'update:modelValue'
in the methodupdateModel()
, which is only called inonInputKeyDown()
(on enter-key), inspin()
(?) and inonInputBlur()
.From: https://github.com/primefaces/primevue/blob/master/src/components/inputnumber/InputNumber.vue#L897-L900
Expected behavior
Expected the passed in
v-model
to update on input, as per default v-model behavior. (likeInputText
and most other components do)What is the motivation / use case for changing the behavior?
Aligned
v-model
behavior across PrimeVue components.Please tell us about your environment:
MacOS, Yarn, VSCode, Vite
Vue version:
3.2.31
PrimeVue version:
3.12.1
The text was updated successfully, but these errors were encountered: