I’m working on adding some validations to a form using Ionic2. I’m using the Angular2 FormBuilder class. My form works well, but the ng-* classes for the ion-inputs and ion-item do not match.
Ideally I would like to add some css styles to the ion-item when the input is invalid but it’s not working as expected. Is this a bug?
Thanks