Skip to content

disableKeys option on checkboxColumn not working as expected #380

@jhinkel

Description

@jhinkel

I have a checkbox column defined like this:


 {
            ...keyColumn('enabled', checkboxColumn),
            title: 'Enabled',
            disableKeys: false,
            keepFocus: true,
 }

normal behavior that I expect from the way I interact with every other spreadsheet program is that the space bar toggles the checkbox when I'm in the cell. However, setting disableKeys to false allows every other key to toggle the checkbox EXCEPT the space bar. I think this is a bug because it's not expected behavior. Please let me know if I'm wrong and there is a way to include the space bar in this scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions