stuff
This commit is contained in:
parent
b21475c0e6
commit
b43424d5de
|
@ -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
Loading…
Reference in New Issue