menu
menu copied to clipboard
rc-menu doesn't work well with checkbox in menu-item
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'}];
problems: when I click checkbox, it will call both onSelect and onDeselect.