设置MenuItem的可见属性

时间:2016-08-01 09:41:27

标签: sapui5

我想设置MenuItem https://openui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.MenuButton/code/MB.view.xml)组件的visible属性但是如果我写

<items>
    <MenuItem text="Edit" icon="sap-icon://edit" visible="true" />
    <MenuItem text="Save" icon="sap-icon://save" visible="false" />
    <MenuItem text="Open" icon="sap-icon://open-folder" />
</items>

结果始终是所有三个项目可见

编辑:

release1.40.6修复了这个bug 但我想使用上一个长期维护版本(1.38.x)...我在这里看不到修复 https://openui5.hana.ondemand.com/#releasenotes.html

1 个答案:

答案 0 :(得分:1)

是框架的错误(GitHub issue)。修复现在是available as of UI5 1.38.8