Commits
Tim Donohue authored and GitHub committed 46d340a5ce8 Merge
1 1 | <div class="form-group w-100 pr-2 pl-2"> |
2 2 | <input type="search" |
3 3 | class="form-control" |
4 4 | (click)="$event.stopPropagation();" |
5 5 | placeholder="{{'dso-selector.placeholder' | translate: { type: typesString } }}" |
6 - | [formControl]="input" dsAutoFocus (keyup.enter)="selectSingleResult()"> |
6 + | [formControl]="input" ngbAutofocus (keyup.enter)="selectSingleResult()"> |
7 7 | </div> |
8 8 | <div class="dropdown-divider"></div> |
9 9 | <div class="scrollable-menu list-group"> |
10 10 | <div |
11 11 | infiniteScroll |
12 12 | [infiniteScrollDistance]="1" |
13 13 | [infiniteScrollThrottle]="0" |
14 14 | [infiniteScrollContainer]="'.scrollable-menu'" |
15 15 | [fromRoot]="true" |
16 16 | (scrolled)="onScrollDown()"> |