I’m trying to create a form that users will enter data into, and I’m using elements to contain the label and input for each part of the form. I keep getting a grey underline for each item, and I’ve tried to get rid of it using:
style="border-bottom: none !important">
style="border-bottom: 0px !important">
style="border-bottom: 1px solid white !important">
<ion-list no-lines> … </ion-list>
<ion-item no-lines> … </ion-item>
But nothing actually gets rid of the line. Has anybody successfully gotten rid of these in Ionic4?