diff --git a/src/components/searchbar/searchbar.ts b/src/components/searchbar/searchbar.ts index 13358193c8..3c77aa472d 100644 --- a/src/components/searchbar/searchbar.ts +++ b/src/components/searchbar/searchbar.ts @@ -30,14 +30,14 @@ import { Debouncer } from '../../util/debouncer'; selector: 'ion-searchbar', template: '
' + - '' + '
' + '' + - '' + + '' + '
' + - '', + '', host: { '[class.searchbar-has-value]': '_value', '[class.searchbar-active]': '_isActive',