Hi, Is there a way to autocomplete, if partial user input matches to only one possible option in dropdown menu for a column of type ‘autocomplete’ ?
Autocomplete on partial user input for column of type "autocomplete"
The standard autocomplete hides the values that do not meet the pattern
src https://handsontable.com/docs/7.3.0/demo-autocomplete.html
On the other hand you have a dropdown
cell type that shows all the options.
src https://handsontable.com/docs/7.3.0/demo-dropdown.htm
If you’d like to achieve something different you’d need to create a custom editor.
1 Like