Hi,
I have implemented an asset selector in my web plugin application, and I want to achieve the following use cases:
-
Device Selection Limit: I need to configure the asset selector to allow a maximum selection of 3 devices at a time and display the selected devices.
-
Display Group Name Upon Device Selection: Whenever a device is selected, I want to display the name of the group to which the device belongs.
-
Whenever I click the remove icon button in asset selection or group name, I want the selected device in the group to be unchecked.
-
For example: If I want to select sub_group_1982, Then I will be able to select from 3 devices in this sub_group_1982. Then, I shouldn’t allow myself to select another sub_group_36204 or subgroup 79998. If the i want selects another subgroup, then i will be able to select the maximum of three device in the group, not allowing them to select another group.
Could you please assist me in achieving this using the asset selector in my application?