on ā2024 Jun 26 3:36 PM
Hi,
Can anyone let me know where to find the API Reference for API Reference for "sap.fe.macros.filter.type.Value" / "sap.fe.macros.filter.type.MultiValue".
I checked in
https://sapui5.hana.ondemand.com/#/api
Below is the UI5 code where I am using these. It is part code for adding custom filter in a Flexible Programming Model Fiori app.
<MultiComboBox width="100%" selectedKeys="{path: 'filterValues>', type: 'sap.fe.macros.filter.type.MultiValue'}">
<layoutData>
<FlexItemData growFactor="1" />
</layoutData>
<items>
<core:Item key="1" text="1" />
<core:Item key="2" text="2" />
<core:Item key="3" text="3" />
<core:Item key="4" text="4" />
<core:Item key="5" text="5" />
</items>
</MultiComboBox>
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.