diff --git a/src/app/shared/input-suggestions/input-suggestions.component.html b/src/app/shared/input-suggestions/input-suggestions.component.html index a846709bfd..2a6f7e6713 100644 --- a/src/app/shared/input-suggestions/input-suggestions.component.html +++ b/src/app/shared/input-suggestions/input-suggestions.component.html @@ -7,7 +7,7 @@ class="form-control" [dsDebounce]="debounceTime" (onDebounce)="findSuggestions.emit($event)" [placeholder]="placeholder" - [ngModelOptions]="{standalone: true}" autocomplete="off"/> + [ngModelOptions]="{standalone: true}" autocomplete="off" id="suggestion_input"/>