'tab' key support on Input Number #1518
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I am using the vue and primevue versions:
"primevue": "3.1.1",
"vue": "3.0.4"
Editable data table does not work in Mozilla Firefox ** # 1172 **
Previously, this issue was thought to be closed, but has not been resolved. The problem persists when upgrading to the latest version of PrimeVue.
Currently I have a problem to edit a value of an editable table and generate a validation with the data entered in the table row.
Currently the "Click" event executes the "OnCellEdit" method. This method generates the change in the InputNumber component and later calls the "OnCellEditComplete" method and this method generates the change in the dataTable.
On the other hand, when I use the "TAB" event, First the change is generated in the DataTable ("OnCellEditComplete") and then in the InputNumber ("OnCellEdit") as the validation is executed by the method "OnCellEditComplete" it does not work correctly because the "new" number it has not been updated yet and a validation of the "old" number is being generated.
2.- Tab Event
Does someone know how to solve this problem ?
The text was updated successfully, but these errors were encountered: