Skip to content

Commit

Permalink
Fix scrolling background when auto-focusing in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ybnd committed Nov 30, 2021
1 parent dbbb19e commit 8d8b24f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="form-control"
(click)="$event.stopPropagation();"
placeholder="{{'dso-selector.placeholder' | translate: { type: typesString } }}"
[formControl]="input" dsAutoFocus (keyup.enter)="selectSingleResult()">
[formControl]="input" ngbAutofocus (keyup.enter)="selectSingleResult()">
</div>
<div class="dropdown-divider"></div>
<div class="scrollable-menu list-group">
Expand Down

0 comments on commit 8d8b24f

Please sign in to comment.