You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resetting bottomNavigation.items or bottomNavigation.tabStrip.items to new Array does not update them. TabContentItem on the current selected tab index disappear and appear only if we switch tabs.
Developer Note1: BottomNavigation control should be somehow notified when its inner TabStrip.items has changed
Binding <TabStripBar>.items will only work with its parent <BottomNavigation>/<Tabs> binding context. Binding to some Page view model property won't work.
(optional feature) : Introduce tabStripItems property to directly set TabStripBar items.
Resetting
bottomNavigation.itemsorbottomNavigation.tabStrip.itemsto new Array does not update them. TabContentItem on the current selected tab index disappear and appear only if we switch tabs.Developer Note1: BottomNavigation control should be somehow notified when its inner TabStrip.items has changed
Binding
<TabStripBar>.itemswill only work with its parent<BottomNavigation>/<Tabs>binding context. Binding to some Page view model property won't work.(optional feature) : Introduce
tabStripItemsproperty to directly set TabStripBar items.Using ui-tests-app binding bottom-navigation examples / tabs examples
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.