turn chevron red in config if error (#1586)

This commit is contained in:
Matt Hill
2022-06-29 14:55:39 -06:00
committed by GitHub
parent 005c46cb06
commit 38ba1251ef

View File

@@ -192,6 +192,7 @@
<ion-icon
slot="end"
name="chevron-up"
[color]="entry.value.invalid ? 'danger' : undefined"
[ngStyle]="{
transform: objectDisplay[entry.key].expanded
? 'rotate(0deg)'
@@ -294,6 +295,7 @@
<ion-icon
slot="end"
name="chevron-up"
[color]="abstractControl.invalid ? 'danger' : undefined"
[ngStyle]="{
transform: objectListDisplay[entry.key][i].expanded
? 'rotate(0deg)'