Enable edit mode on single click and keep the current value

Tags: #<Tag:0x00007efc652f1eb8>

Hi,
I was trying to enable edit mode on single click but got the problem.
When I enable edit mode by using activeEditor.enableFullEditMode(), the current cell’s value will be set to blank. https://jsfiddle.net/TonyNguyen001/r6fvkjx2/16/
I want keep the value when enable mode, Is there any way I can do that ?

Thanks in advance !

Hi @khanguyen96

Here’s a demo that can help https://jsfiddle.net/axnp5f36/2/
Here https://github.com/handsontable/handsontable/issues/7229 I reported the need to add this information to the documentation.

That’s what I needed, thank you !

My pleasure :slight_smile: