mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
Update core/src/components/searchbar/searchbar.tsx
Co-Authored-By: Manu MA <manu.valladolid@gmail.com>
This commit is contained in:
@ -19,7 +19,7 @@ export class Searchbar implements ComponentInterface {
|
|||||||
private isCancelVisible = false;
|
private isCancelVisible = false;
|
||||||
private shouldAlignLeft = true;
|
private shouldAlignLeft = true;
|
||||||
|
|
||||||
@Element() el!: HTMLStencilElement;
|
@Element() el!: HTMLIonSearchbarElement;
|
||||||
|
|
||||||
@Prop({ context: 'config' }) config!: Config;
|
@Prop({ context: 'config' }) config!: Config;
|
||||||
@Prop({ context: 'document' }) doc!: Document;
|
@Prop({ context: 'document' }) doc!: Document;
|
||||||
|
|||||||
Reference in New Issue
Block a user