Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49247

How to change the expanded toggle icon in Ionic React for Accordion?

$
0
0

I am using Ionic React which has multiple accordions

  <IonAccordion value="sortBy" toggleIcon={addOutline} toggleIconSlot="end">
                                <IonItem slot="header">
                                    <IonLabel>Sort By</IonLabel>
                                </IonItem>
</IonAccordion>

 <IonAccordion value="offerType" toggleIcon={addOutline} toggleIconSlot="end">
                                <IonItem slot="header">
                                    <IonLabel>Offer Type</IonLabel>
                                </IonItem>
</IonAccordion>

I want to give the effect of ‘+’ and ‘-’ when expanded.

Right now the toggleIcon is addOutline but once its expanded it must become minusOutline

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 49247

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>