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
Observe the title is blank in the ActionBar at top of opening page
Open app/item/action-bar/action-bar.component.html
Take note the usage of the custom Label for the title. Now comment out both ActionItem's (see note in file) below the Label.
Observe the custom title Label will appear.
Bug:
Using custom Label title on a custom ActionBar component alongside ActionItem's with *ngIf will never work. This exact same setup worked perfectly in 3.1.1.
The text was updated successfully, but these errors were encountered:
This is a rather interesting one.
3.1.1
works perfect, however this bug was introduced with3.1.2
specifically.Sample project:
https://github.com/NathanWalker/custom-title-3-1-2-issue
Repro steps:
tns run ios --emulator
ActionBar
at top of opening pageapp/item/action-bar/action-bar.component.html
Label
for the title. Now comment out bothActionItem
's (see note in file) below theLabel
.Label
will appear.Bug:
Using custom
Label
title on a customActionBar
component alongsideActionItem
's with*ngIf
will never work. This exact same setup worked perfectly in3.1.1
.The text was updated successfully, but these errors were encountered: