menu icon indicating copy to clipboard operation
menu copied to clipboard

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

Open jingchen233 opened this issue 1 year ago • 0 comments

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.

jingchen233 avatar Apr 18 '24 08:04 jingchen233