Empty items in sap.m.IconTabHeader overflow list
See original GitHub issueIf sap.m.IconTabHeader has aggreation binding for items , for example like this:
<IconTabHeader
items="{app>/master/tabs}"
backgroundDesign="Transparent"
enableTabReordering="true"
mode="Inline"
showOverflowSelectList="true">
<items>
<IconTabFilter
text="{app>text}"
key="{app>key}">
<Text text="{app>text}"></Text>
</IconTabFilter>
</items>
</IconTabHeader>
in this case we have empty overflow select list.
In
In the following code:
while cloning we need also to clone bindings:
oSelectItem = oTabFilter.clone(undefined, undefined, {cloneBindings:true});
Could someone please implement? Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
API Reference - sap.m.IconTabHeader
Specifies if the overflow select list is displayed. The overflow select list represents a list, where all tab filters are displayed, so the...
Read more >sap.m.IconTabHeader - API Reference - Demo Kit
This control displays a number of IconTabFilters and IconTabSeparators. If the available horizontal space is exceeded, an overflow tab appears.
Read more >Empty option item for sap.m.Select control - Stack Overflow
m.Select control. I saw some approaches the corresponding data source for items-aggregation should contain that empty item. My problem I'm not ...
Read more >Filter sap.m.List on Empty Value
Hello,. I'm trying to filter a list on 2 values : if my ZANSWER = 'NC' or ZANSWER = ''. On my filter...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello @ThePlenkov, Thank you for sharing this finding. I’ve created an internal incident 1880288464. The status of the issue will be updated here in GitHub. Regards, Mihail.
Hi,
We have down pored the fix to 1.44 and you can track when it will be available in the release plan.
Regards, Stefan