Dear All,
My question is - is there a way to determine if a cell is entered / edited? By that I mean - I want to know if the user has entered a specific cell (and the input cursor has appeared in the cell).
I hope I’m not being too vague with my question, so I’ll give a bit more context - I’m creating custom behaviour with the keypress events, using the beforeKeyDown
hook and I want them to apply, only when a cell is not entered. I.E. if I use arrow keys inside a cell - everything should navigate as intended, but if we have a cell only selected and press arrow keys, different behavior is applied.
Example of what I mean by entered (you can see the input line):