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
By default onChange wraps up the changes in one method call to one change on the item that the method was called, the same applies to onValidate. That is why you see an empty path with the pushed item there. To bypass this and get callbacks for every change within a method call, use the "details" option.
That said, returning false in the onValidate function should have reverted the change. I'll look into it.
output:
The change seems to be already done when onValidate is called.
The text was updated successfully, but these errors were encountered: