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
To cancel all edit, return false from the callback or set array length to 0 (changes.length = 0).
For the beforeChange event. However, returning false does not cancel the edit. It seems that in line 1536 the call to the callback is done via instance.runHooks, but the runHooks function on line 2585 doesn't return anything.
Setting the length of the changes array to 0 seems to work. Is returning false no longer supported?
The text was updated successfully, but these errors were encountered:
Hi @Shemulik This issue was closed 9 years ago. Could you please provide us your configuration and steps to replicate the issue at support@handsontable.com
The documentation states that:
For the
beforeChange
event. However, returningfalse
does not cancel the edit. It seems that in line 1536 the call to the callback is done viainstance.runHooks
, but the runHooks function on line 2585 doesn't return anything.Setting the length of the
changes
array to 0 seems to work. Is returningfalse
no longer supported?The text was updated successfully, but these errors were encountered: