Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EditableCell onEdit does not work #262

Open
MartinDawson opened this issue Dec 27, 2020 · 0 comments
Open

EditableCell onEdit does not work #262

MartinDawson opened this issue Dec 27, 2020 · 0 comments

Comments

@MartinDawson
Copy link

MartinDawson commented Dec 27, 2020

Using the most basic example:

    <EditableCell
         editableTextProps={{
            onEdit: () => {
              console.log("test");
            },
          }}
        value={3}
     />

onEdit never gets fired on double click on a cell when it should. I'm using the latest table and blueprint packages.


onEdit  (value: string | undefined) => void Callback invoked after the user enters edit mode.

Surely double clicking is entering edit mode for a cell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant