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
Hello, I am also facing such problem while giving source to autocomplete cell.
Is this solved?
If it is solved can you please tell me how to solve the issue?
http://handsontable.com/demo/autocomplete.html
When changing a value in an autocomplete cell, the 'onChange' method gets fired twice.
The first fire has 'populateFromArray' source type and it does NOT include the new value
The second fire has 'edit' as the source type and it DOES include the new value.
Is this a bug? Or, is this normal? If normal, why would it fire twice?
The text was updated successfully, but these errors were encountered: