diff --git a/projects/angular/components/ui-suggest/src/ui-suggest.component.html b/projects/angular/components/ui-suggest/src/ui-suggest.component.html index 94c32d76d..dc7c1d5e4 100644 --- a/projects/angular/components/ui-suggest/src/ui-suggest.component.html +++ b/projects/angular/components/ui-suggest/src/ui-suggest.component.html @@ -129,33 +129,43 @@ [class.is-loading]="item.loading !== VirtualScrollItemStatus.loaded" [class.readonly]="item.loading !== VirtualScrollItemStatus.loaded" [class.selected]="!multiple && - isItemSelected(item)" + isItemSelected(item)" + [style.height.px]="itemSize" (click)="preventDefault($event); - updateValue(item, !multiple, true);" + updateValue(item, !multiple, true);" matRipple> -