This commit is contained in:
Mirco Wittrien 2020-08-04 19:57:19 +02:00
parent b21475c0e6
commit b43424d5de
2 changed files with 2 additions and 2 deletions

View File

@ -3535,7 +3535,7 @@
disabled: props.disabled,
render: menuItemProps => {
if (!props.state) props.state = BDFDB.ObjectUtils.extract(props, "checked", "value");
return BDFDB.ReactUtils.createElement(component, Object.assign(props, menuItemProps, {color: props.color}));
return BDFDB.ReactUtils.createElement(component, Object.assign(props, menuItemProps, {color: props.color}), true);
}
});
}

File diff suppressed because one or more lines are too long