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
Describe the Bug
When I click an ion-item-sliding > ion-item-options > ion-item-option the item doesn't get the style class activated (as in v3) in order to display the user that is click was effectively detected
Related Code
As in the breaking change doc
<ion-item-sliding>
<ion-item>
<ion-label>Slide and click, not activated</ion-label>
</ion-item>
<ion-item-options side="end">
<ion-item-option expandable (click)="clickSlideItem()">
<ion-icon name="star"></ion-icon>
</ion-item-option>
</ion-item-options>
peterpeterparker
changed the title
[Ionic v4] ion-item-option doesn't get class activated when clicked
[Ionic v4] ion-item-option doesn't get style class activated when clicked
Jul 30, 2018
I added the ripple and activated class, @camwiegert could you make sure the style is right for activated when you work on converting away from --ion-color vars?
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic Info
@ionic/angular: "4.0.0-beta.0"
Describe the Bug
When I click an
ion-item-sliding > ion-item-options > ion-item-option
the item doesn't get the style classactivated
(as in v3) in order to display the user that is click was effectively detectedRelated Code
As in the breaking change doc
or
Expected Behavior
Add style class
activated
when sliding items are clicked / activatedThe text was updated successfully, but these errors were encountered: