Skip to content

rc-menu doesn't work well with checkbox in menu-item #703

@jingchen233

Description

@jingchen233

code blob like below:

const menu = [
{key: '0', label: 'Item 1flshgslhgslhglshg', disabled: true},
{key: '1', label: 'Item 2', checked: true},
{key: '2', label: 'Item 3'}];

{ menu.map((item) => { return }

problems:
when I click checkbox, it will call both onSelect and onDeselect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions