React handsontable reference not showing value

Tags: #<Tag:0x00007f8b25ae1520>

I want to achieve something like this:
Start typing a formula in a cell by entering “=”,
the cell can then accept relative arrow key references to other cells and cell ranges, including with Control/CMD and SHIFT + arrow keys.
As an example, in cell A1, I type “=”, then if I press RIGHTARROW, the cell A1 should now display “=A2”. That A2 box should be highlighted.
Now if I press SHIFT+RIGHTARROW, it should be “=A2:A3”. The A2:A3 range should be highlighted just like in Excel.
I did similar to this check jsfiddle

In my code if click at cell where entered “=” it updated by its coords. And reference cell value also not showing. If I use ‘formulas: true’ instead of ‘useFormula:true’ then it showing error.

That is a smart demo @sharma.kapil1989

currently Handsontable closes the editor when you select any other cell so it might be very hard to get it done. You might be forced to created a custom editor. If you want to try here is a tutorial for React https://handsontable.com/docs/6.2.2/frameworks-wrapper-for-react-custom-editor-example.html