fixed some dynamic params over <a> components

This commit is contained in:
Oscar Chacón
2025-05-09 15:07:55 -06:00
parent 9aed649160
commit cd0aa134f8
3 changed files with 1 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
<input type="text"
class="border-0 form-control-plaintext tag-input mt-1 mb-1 pl-2 text-muted"
readonly
tabindex="-1"
tabindex="0"
value="{{'form.no-value' | translate}}">
</div>
<ds-chips

View File

@@ -1,5 +1,4 @@
<a *ngIf="isVisible | async" class="d-flex flex-row"
[tabIndex]="-1"
[routerLink]="[searchLink]"
[queryParams]="addQueryParams" queryParamsHandling="merge"
(click)="announceFilter()" role="button" tabindex="0">

View File

@@ -1,5 +1,4 @@
<a class="d-flex flex-row"
[tabIndex]="-1"
[routerLink]="[searchLink]"
[queryParams]="removeQueryParams" queryParamsHandling="merge" role="link" tabindex="0">
<label class="mb-0 d-flex w-100">