Autocomplete navigate

Hello

how to stop autocomplete navigate by left , right arrows.

autocomplete editor taking wrong value when editing and press left or right arrow. I want stop navigating and setting value when client press Enter, setting prev value when client press Esc.
i used enableFullEditMode but it not helping.

Hi @munkhtulgaworks

When user is within an edit mode from a cell editor the left/right arrows only move the cursor between chars of the input

Example:

  1. Go to Autocomplete cell type - JavaScript Data Grid | Handsontable
  2. Double-click the first value of the last column

output

  1. Use arrow left

output