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
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Codesandbox Case (Bug Reports)
Please fork the codesandbox below and create a case demonstrating your bug report. Issues without a codesandbox have much less possibility to be reviewed.
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
Please fork the codesandbox below and create a case demonstrating your bug report. Issues without a codesandbox have much less possibility to be reviewed.
https://codesandbox.io/s/primereact-datatable-validation-error-fblng
Current behavior
When providing a
rowEditValidator
it is being called with the original (unedited) data, rather than the updated data.Expected behavior
rowEditValidator
should be called with the edited data rather than the original one.Minimal reproduction of the problem with instructions
Please tell us about your environment:
Mac OSX
React version:
17.0.2
PrimeReact version:
7.0.0 and 7.2.0
Browser: I guess its all of them
Language: TypeScript (probably does not matter either)
The text was updated successfully, but these errors were encountered: