Datatable Cell Edit: Numpad Enter not saving new data on InputNumber #4292
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 example provided in the docs, we have the columns code, name, quantity, and price.
The Numpad enter is working fine on all the columns except the price, it the not saving the new data because the price uses InputNumber.
The new value coming from the @cell-edit-complete is the same as the old value.
This regression appears when I upgraded from 3.15 to 3.32, as it was working fine in 3.15
Reproducer
https://codesandbox.io/s/9gddzl
PrimeVue version
3.32
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
Chrome
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: