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

Tags: #<Tag:0x00007f8b28ee63c0>

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

image

Hey @siddhartha.sarkar-x

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

GIF
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.

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