Fix: The props of the subpopupmenum component is missing the submenuopendelay and submenclosedelay properties (#3291)
* fix: the button's loading property without delay * fix: missing the submenuopendelay and submenclosedelay properties Co-authored-by: caiyong <caiyong@ihomefnt.com>pull/3315/head
parent
7f239b26e1
commit
cc2d1551b7
|
@ -108,6 +108,8 @@ const SubPopupMenu = {
|
||||||
expandIcon: PropTypes.any,
|
expandIcon: PropTypes.any,
|
||||||
overflowedIndicator: PropTypes.any,
|
overflowedIndicator: PropTypes.any,
|
||||||
children: PropTypes.any.def([]),
|
children: PropTypes.any.def([]),
|
||||||
|
subMenuOpenDelay: PropTypes.number.def(0.1),
|
||||||
|
subMenuCloseDelay: PropTypes.number.def(0.1),
|
||||||
forceSubMenuRender: PropTypes.looseBool.def(false),
|
forceSubMenuRender: PropTypes.looseBool.def(false),
|
||||||
parentUniKeys: PropTypes.array.def(() => []),
|
parentUniKeys: PropTypes.array.def(() => []),
|
||||||
parentUniKey: PropTypes.string,
|
parentUniKey: PropTypes.string,
|
||||||
|
|
Loading…
Reference in New Issue