This commit is contained in:
Liam DeBeasi
2019-06-11 12:35:13 -04:00
parent 05a407196f
commit 267e733109

View File

@ -404,7 +404,7 @@ export class Searchbar implements ComponentInterface {
'searchbar-animated': animated, 'searchbar-animated': animated,
'searchbar-disabled': this.disabled, 'searchbar-disabled': this.disabled,
'searchbar-no-animate': animated && this.noAnimate, 'searchbar-no-animate': animated && this.noAnimate,
'searchb ar-has-value': this.hasValue(), 'searchbar-has-value': this.hasValue(),
'searchbar-left-aligned': this.shouldAlignLeft, 'searchbar-left-aligned': this.shouldAlignLeft,
'searchbar-has-focus': this.focused, 'searchbar-has-focus': this.focused,
'searchbar-should-show-cancel': this.shouldShowCancelButton() 'searchbar-should-show-cancel': this.shouldShowCancelButton()