mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix typo
This commit is contained in:
@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user