mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Add data-automation-id to multi select checkbox (#1924)
This commit is contained in:
committed by
Eugenio Romano
parent
d6d5346e71
commit
ad65dc5d60
@@ -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