Autocomplete navigate

Tags: #<Tag:0x00007f0b00664f60>

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 https://handsontable.com/docs/javascript-data-grid/autocomplete-cell-type/
  2. Double-click the first value of the last column

output
12

  1. Use arrow left

output

22