From e6538946c62bf684580680290440a0bf22a0239e Mon Sep 17 00:00:00 2001 From: lotte Date: Fri, 6 Jul 2018 11:04:01 +0200 Subject: [PATCH] 53881: added some tests --- .../input-suggestions.component.html | 2 +- .../input-suggestions.component.spec.ts | 113 ++++++++++++++++++ 2 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 src/app/shared/input-suggestions/input-suggestions.component.spec.ts 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"/>