Page 1 of 1

Communicating issues

Posted: 18 Jul 2018, 14:35
by laurens200
Hello,

I encountered an issue in the designer api (designer scss files of vesion 6.0.0). The _forms.scss file includes the following code (line 19):

Code: Select all

.ui-inputtext {
	&.ng-dirty {
            border-color: $inputErrorBorderColor;
        }
}	
A border should not have the error color assigned to it when it is dirty, could it be that the class has to be ng-invalid instead of ng-dirty?

(If I am not in the right place for communicating an issue, please refer me to the right place.)

Thanks!

Re: Communicating issues

Posted: 15 Aug 2018, 13:00
by cagatay.civici
Latest releases should fix it, currently Designer checks for ng-dirty.ng-invalid, please update to Designer 6.1.1 (Latest right now)