From b8b8d697f46d16dfed5aadda6147ebdb0f86f185 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 11 Jun 2019 12:05:44 -0400 Subject: [PATCH] Update core/src/components/searchbar/searchbar.tsx Co-Authored-By: Manu MA --- core/src/components/searchbar/searchbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/searchbar/searchbar.tsx b/core/src/components/searchbar/searchbar.tsx index 29fcfc3161..179774acba 100644 --- a/core/src/components/searchbar/searchbar.tsx +++ b/core/src/components/searchbar/searchbar.tsx @@ -19,7 +19,7 @@ export class Searchbar implements ComponentInterface { private isCancelVisible = false; private shouldAlignLeft = true; - @Element() el!: HTMLStencilElement; + @Element() el!: HTMLIonSearchbarElement; @Prop({ context: 'config' }) config!: Config; @Prop({ context: 'document' }) doc!: Document;