ng-select icon indicating copy to clipboard operation
ng-select copied to clipboard

searchable true does not work with multiple=false

Open ihabpalamino opened this issue 2 years ago • 0 comments

<ng-select class="col-md-9" id="id" [items]="etatSwit" [multiple]="false" appendTo="body" [closeOnSelect]="false" [searchable]="true" [clearOnBackspace]="true" bindLabel="libelle" placeholder="Statut" formControlName="etat"> {{item.libelle}} while searching then i clique on an item i want to choose it is not selected until i select out of the selector

ihabpalamino avatar Feb 13 '24 16:02 ihabpalamino