From 614ace462d42daf0965fd07d73c30df3d0e11d25 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 14 Jun 2016 14:47:13 -0400 Subject: [PATCH] fix(searchbar): set a negative tabindex for the cancel button this prevents tabbing to the cancel button and shifting the entire screen. --- src/components/searchbar/searchbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/searchbar/searchbar.ts b/src/components/searchbar/searchbar.ts index fda09938bb..912d41ecaf 100644 --- a/src/components/searchbar/searchbar.ts +++ b/src/components/searchbar/searchbar.ts @@ -41,7 +41,7 @@ import {isPresent} from '../../util/util'; '' + '' + '' + - '', + '', encapsulation: ViewEncapsulation.None }) export class Searchbar {