InputNumber: The InputNumber is not working properly in the new version 3.51.0 #5602
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
In the current version of PrimeVue (3.51.0), the component InputNumber is not working correctly and there might be a bug or issue with this component. on incrementing and decrementing the button, the value doesn't change and stays in the same state as before!
I have tested it with the latest version of Vue (3.4.22), Vite(5.2.9), and PrimeVue(3.51.0)
"dependencies": { "primeicons": "^7.0.0", "primevue": "^3.51.0", "vue": "^3.4.22" },
"devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "vite": "^5.2.9" }
Reproducer
https://stackblitz.com/edit/vitejs-vite-b4chsj?file=package.json
PrimeVue version
3.51.0
Vue version
3.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The value of the InputNumber component should change on clicking buttons of the InputNumber (to increment or decrement value). but the value remains unchanged from its initial state!
The text was updated successfully, but these errors were encountered: