Describe the bug
On Editable feature, if some column has the validate property and you focus on some input and press Enter, the save action is triggered (onRowAdd, onRowUpdate) even if the row has invalid data.
To Reproduce
Expected behavior
Pressing enter should not trigger save action with invalid data.
Having this same issue. Is there a way to work around or fix this?
Any update on it ?
I have a PR proposal that fixes that bug. If it is that urgent, you may checkout my branch and build your own version with my code. @mrjdavidfg @jscotty723 @awesomeToan
@mbrn do you have time to review my PR ?