Autocomplete on partial user input for column of type "autocomplete"

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’ ?

Hey @siddhartha.sarkar-x

The standard autocomplete hides the values that do not meet the pattern

GIF
src Autocomplete cell type - JavaScript Data Grid | Handsontable

On the other hand you have a dropdown cell type that shows all the options.

GIF2
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