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
Edit some cell of the quantity column. When changing it to a different number, edit cancellation is possible. When changing it to some letters, edit cancellation isn't possible.
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 12, 2024
Describe the bug
When
cellEditValidator
returnsfalse
, indicating an invalid value, pressing "Esc" to cancel your changes doesn't work.Reproducer
https://codesandbox.io/p/devbox/primereact-demo-forked-lyzcc9?file=%2Fsrc%2FApp.jsx%3A26%2C7
PrimeReact version
10.3.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Steps to reproduce the behavior
Edit some cell of the quantity column. When changing it to a different number, edit cancellation is possible. When changing it to some letters, edit cancellation isn't possible.
The text was updated successfully, but these errors were encountered: