From 155ce89482478a91d25338a9db0f7ab1e838b742 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Thu, 5 Jan 2017 23:14:57 -0500 Subject: [PATCH] fix(watch): Only 1 click is required to select brand/model & error are correctly displayed Contributes to #93 and #87 --- src/pages/watch/watch.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/pages/watch/watch.html b/src/pages/watch/watch.html index 4660fb2..2c94507 100755 --- a/src/pages/watch/watch.html +++ b/src/pages/watch/watch.html @@ -7,9 +7,8 @@ [formGroup]="watchForm" (ngSubmit)="onSubmit()" > - + + @@ -18,7 +17,6 @@ [control] = "watchForm.controls['brand']" [errorLabel] = "'brand-required'" [submitAttempt] = "submitAttempt" - [autoComplete] = false [model] = true [(value)] = "watchModel.brand" (valueChange) = filterBrand($event) @@ -37,6 +35,7 @@
-