mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed some dynamic params over <a> components
This commit is contained in:
@@ -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
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user