Hi all, I’m new to Ionic and trying to get my head around an issue with ion-list.
I’ve created a list with checkboxes next to each item, and it displays fine. I also want visible reorder icons on the right-hand side, but as soon as I add these, it breaks the layout of the checkboxes, making them move to the right and obscure the item text.
You can see what I mean here:
If you remove the ion-reorder-button then things display as expected.
Hi Mike, thanks for the reply. Sorry to hear it’s not an easy fix! I think I’ll look into using custom styling within the items and just use Ionic for the list and reordering functionality. I’ll keep an eye on the issue as it would be good to use the default Ionic items.