Hi.
Good afternoon. Please refer to the jsfiddle.
- The current value is ‘’.
- Click dropdown.
- Supply invalid value. Either press Enter or click away from the cell.
- afterValidate is triggered (isValid = false).
- Press Esc button.
- The dropdown closes and it reverts to the last valid value, see #1.
- afterValidate is not invoked.
As a workaround, I am tracking the afterValidate hook. However, this hook is not triggered when pressing Esc. Is there another hook triggered when the Esc button is pressed?
from our package.json
“handsontable-pro”: “^6.2.2”,
“@handsontable/react”: “^2.1.0”,
Thank you!