mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fixed unit test problem and some other e2e
This commit is contained in:
committed by
DominikIwanek
parent
eade63923c
commit
4fd28c6d32
@@ -16,7 +16,8 @@
|
||||
cancel
|
||||
</mat-icon>
|
||||
</mat-chip-row>
|
||||
<input *ngIf="!isReadonly()" matInput
|
||||
<input [disabled]="isReadonly()" matInput
|
||||
#chipInput
|
||||
[formControl]="searchUserCtrl"
|
||||
[matAutocomplete]="auto"
|
||||
[matChipInputFor]="userMultipleChipList"
|
||||
|
||||
Reference in New Issue
Block a user