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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -