Skip to content

ios and md properties are not reactive #802

Closed
@kyawswarthwin

Description

@kyawswarthwin
<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].

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugA bug in the functionality of Ionicons

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions