Autocomplete drodown list be a javascript object with id and label

Tags: #<Tag:0x00007efc60d18bd0>

Autocomplete drodown list be a javascript object with id and label,on selection the id should be selected while the display text will be the label

Hi @rishabhbansal964

I have just posted the answer to https://github.com/handsontable/handsontable/issues/5276

This has been a feature request for quite a time.

Yes it has. We have made some planning on it. However did not find a way to store it efficiently. It is more than a new feature as we need to support all previous features to call it more than alpha. That is why we did not manage to create it yet.

Can you share any documentation or provide any valuable input so that I can create a custom autocomplete with this desired feature in React

Here’s a tutorial on cell types https://docs.handsontable.com/pro/5.0.0/tutorial-cell-types.html

Since this will require a custom editor, you should have pointed to https://docs.handsontable.com/5.0.0/tutorial-cell-editor.html.
Thanks

Yes, both resources are crucial to understand how cell types are created. I keep my fingers crossed.

1 Like