@SD1985 wrote:
Hi,
I have a form which has several ion-toggle that captures data from the user.
I am trying to display this data in another page as a report.I use the same ion-toggle with disabled = true to display it. But the problem is the display becomes too light and I don't want that effect. Is there any other way to display this more neatly or is there another equivalent attribute to disabled that works better.
My code is
<ion-toggle [ngModel]="remainderval" disabled="true"></ion-toggle>This is how it looks.
cheers,
SD
Posts: 1
Participants: 1
