I’m trying to use the new ion-reorder-group and ion-reorder. I’d like to capture an event when a reordering occurs but I am not finding anything in the beta docs.
I see in older versions of ionic, reordering used to be done via a property and you could capture
ionItemReorder from that element. I tried setting up reordering using the old format but I can’t get it to work in v4 (probably not supported since it isn’t in beta docs).
Is there something comparable to ionItemReorder in v4?