Product/components used and version/fix level:
1018
Detailed explanation of the problem:
I am using a asset selector component for asset selection in my plugin. I have criteria to have multi select only a Devices not Groups and Sites for this have adjusted config object as below.
config = {
groupsSelectable: false,
multi: true,
modelMode: 'full',
label: `Assets (3 Max)`
};
<c8y-asset-selector formControlName="assetSelect" [(ngModel)]="model"(onSelected)="selectionChanged($event)" [config]="config"></c8y-asset-selector>
at the same time I should allow user to select max 3 devices under only one site or group as below.
Let say I have selected one device from one site and other device from diff site or group is not allowed. I have gone through the documentation here. Did not find any references. Is that doable ?
Question related to a free trial, or to a production (customer) instance?
Production
Regards
Mohan