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
I noticed that the change source in my onChange handler is always populateFromArray. Using version 0.8.19.
The problem seems to be that HandsontableTextEditorClass.prototype.finishEditing passes 5 arguments to populateFromArray, which accepts only 4. The value for source will be the 4th argument, which is false, meaning that the default change source is used.
The text was updated successfully, but these errors were encountered:
I noticed that the change source in my onChange handler is always populateFromArray. Using version 0.8.19.
The problem seems to be that
HandsontableTextEditorClass.prototype.finishEditing
passes 5 arguments topopulateFromArray
, which accepts only 4. The value forsource
will be the 4th argument, which isfalse
, meaning that the default change source is used.The text was updated successfully, but these errors were encountered: