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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -