Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229612

Hide ion-input validation border

$
0
0

The HTML template:

<ion-textarea class="no-validation-line">
...
</ion-textarea>

the SCSS:

.no-validation-line .item-inner {
  box-shadow: none !important;
}

Viewing all articles
Browse latest Browse all 229612

Trending Articles