Correct custom field visibility toggle `aria-pressed` value

This commit is contained in:
Patrick H. Lauke 2022-03-27 20:49:32 +01:00
parent 2b6be1b251
commit 133b7e8715
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
appBlurClick
role="button"
appA11yTitle="{{ 'toggleVisibility' | i18n }}"
[attr.aria-pressed]="showValue"
[attr.aria-pressed]="f.showValue"
(click)="toggleFieldValue(f)"
>
<i