How to always show handsontable suggestions, even when value is specified -
i have handsontable object using autocomplete (dropdown). when table cell empty, , click on cell, shows dropdown of suggestions.
after enter value in cell, when click on arrow, shows me 1 suggestion, in cell.
how see of suggestions, when there value in cell?
thanks in advance!
so apparently doing solution:
new handsontable(element, { ... filter: false, ... });
Comments
Post a Comment