Hello , I’ve upgraded my app to beta 11 and I have a problem with the css on my form.
When an input is valid, i have a red border-bottom that is added automatically to my ion-item :
.item-input.ng-valid.input-has-value:not(.input-has-focus) .item-inner {
border-bottom-color: #EF6363;
box-shadow: inset 0 -1px 0 0 #EF6363;
}
Is it a normal behaviour ? in beta 10 it was a green border - bottom