<ion-textarea [disabled] = "buttonDisabled" [(ngModel)] = "ServiceDetails.description" rows = "4" class = "input-textarea-custom" type= "text" name="description" placeholder=""></ion-textarea>
.input-textarea-custom:disabled{
--background : #ccc;
opacity: 0.7;
}
Hi, am unable to customize the disabled pseudo class of ion-textarea…
I also tried putting it in global.scss, but no luck
1 post - 1 participant