Problem in click action in Asset selector

Hi Team,

I am encountering an issue with the asset selector. When I create the widget for the first time, the multi-checkbox selection works correctly, and the widget is saved to the dashboard without any problems.

However, when I edit the widget later, the previously selected checkboxes are shown as expected. But when I try to uncheck one of them, the first click returns isSelected = true, and only on the second click does it return isSelected = false. After that, the checkbox toggling works correctly.

Please look into this issue.
For your reference I am attaching screenshot



code…
<c8y-asset-selector-miller
[(ngModel)]=“this.config.selectedGroupDevice”
(onSelected)=“selectionChanged($event)”

          [config]="{
            groupsSelectable: true,
            multi: true,
            columnHeaders: true,
            singleColumn: true,
            showFilter: true,
            search:true,
            required: true,
            showSelected: true,
            showChildDevices: true,
            
          }"
          [asset]="rootNode$ | async"
          class="bg-component"
        ></c8y-asset-selector-miller>

Thank you.

What version of @c8y/ngx-components do you use? I was not able to reproduce the behavior you mentioned with version 1021.78.7.

Thanks Christan
Currently I am using “@c8y/client”: “1018.0.240”,. Please give me suggestion what i can do.

You could upgrade to a Web SDK version that is in support, e.g. the 1021.22.x versions that are part of the year 2025 release line.

Thanks @Tristan_Bastian, I’m in discussion with Rahul and team to upgrade their application to the latest version.