mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
Merge branch 'feat-searchbar-options' of https://github.com/ionic-team/ionic into feat-searchbar-options
merge.
This commit is contained in:
@ -21,7 +21,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;
|
||||
|
||||
Reference in New Issue
Block a user