Hi,
I’m trying to set state in React based on validate status (afterValidate), but it seems like the setState call breaks the default behaviour of the Handsontable validate function.
When this.setState is commented out (line 21 in example), the numeric cells will be marked red when entering text, as expected.
But when active, setting state triggers loadData (detected by afterChange) and the cell validation status seems to be overwritten.
Example: https://codepen.io/dogor/pen/RdLXoO
Do you have any tips on how to solve this?