I'd like to disable the ripple effect on an ion-chip
element, which fires on click:
<ion-chip>
<ion-label>Hey</ion-label>
</ion-chip>
How can I achieve this?
<ion-chip style="pointer-events: none;" >
that will disable the styling click event in the component. Assuming you want a click event you could put a div around it.
please try this code to remove ripple effect
ion-chip.button-effect {
display:none !important;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With