Hi,
I have autocomplete editor for a cell with more than 10K data.
Problem is, when autocomplete editor is closed and another cell is selected, it is rendering all the rows for the autocomplete editor in background. Which makes mouse selection slow/buggy. But this does not happen if selection is made with keyboard.
Is there any way to prevent this behavior?
I have created a fiddle for this issue -
steps -
- open autocomplete editor
- select option with mouse
3.click on any other cell.
You will also see performace tip from handsontable in console.
https://jsfiddle.net/oceanwanderer/rj5qdbcf/1/
Thanks!