@TheEsO91 wrote:
I’ve attempted to use the pre-configured ionic component events, like
ionSelectbut they are not triggering. Anyone know how to activate them. https://ionicframework.com/docs/api/radio#eventsHere’s my code snippet:
<IonLabel>{g.name}</IonLabel> <IonRadio slot="start" value={g} checked={g === setGoal} onSelect={() => onTabSelect(g)} /> </IonItem>```
Posts: 1
Participants: 1