mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Add data-automation-id to multi select checkbox (#1924)
This commit is contained in:
committed by
Eugenio Romano
parent
87314b5a0d
commit
b4c9710e71
@@ -21,7 +21,7 @@
|
|||||||
-->
|
-->
|
||||||
</alfresco-datatable>
|
</alfresco-datatable>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-10">
|
<div class="p-10" data-automation-id="multiselect">
|
||||||
<md-checkbox [(ngModel)]="multiselect">Multiselect</md-checkbox>
|
<md-checkbox [(ngModel)]="multiselect">Multiselect</md-checkbox>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-10">
|
<div class="p-10">
|
||||||
|
Reference in New Issue
Block a user