TeselaGen / teselagen-react-components

React components shared across teselagen's apps

Home Page:https://teselagen.github.io/teselagen-react-components/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editable Table > Allow Edit on keypress of any given letter

tnrich opened this issue · comments

Currently if a cell is selected in the table like so:
image

Users still need to double click or hit enter in order to edit the field.

I think instead we should more closely mirror google sheet's functionality and allow typing of any letter to initiate editing of the cell.

Fixed!