Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios and md properties are not reactive #802

Closed
kyawswarthwin opened this issue Mar 9, 2020 · 2 comments · Fixed by #1174
Closed

ios and md properties are not reactive #802

kyawswarthwin opened this issue Mar 9, 2020 · 2 comments · Fixed by #1174
Labels
type: bug A bug in the functionality of Ionicons

Comments

@kyawswarthwin
Copy link

<ion-icon
  slot="end"
  [ios]="expanded ? 'caret-up-outline' : 'caret-down-outline'"
  [md]="expanded ? 'caret-up-sharp' : 'caret-down-sharp'"
  size="small"
></ion-icon>

Platform specificity not work correctly but work with [name].

@brandyscarney brandyscarney added the triage New issues label Sep 27, 2022
@brandyscarney
Copy link
Member

Thanks for the issue! I was able to reproduce this on latest: https://stackblitz.com/edit/angular-xpcx4t?file=src%2Fapp%2Fexample.component.html

Marking this as a bug as the name property is reactive.

@brandyscarney brandyscarney added the type: bug A bug in the functionality of Ionicons label Sep 29, 2022
@ionitron-bot ionitron-bot bot removed the triage New issues label Sep 29, 2022
@brandyscarney brandyscarney changed the title Ionicons 5 and ternary operator not work ios and md properties are not reactive Sep 29, 2022
@liamdebeasi
Copy link
Contributor

Thanks for the report. This was fixed via #1174.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A bug in the functionality of Ionicons
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants