mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
refactor(searchbar): fixing event emitters, outputs and inputs, removing ngControl requirement from Searchbar
This commit is contained in:
@ -489,10 +489,8 @@ export class TextInputElement {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
if (this.ngModel) console.log("Value", this.ngModel);
|
||||
if (this.ngModel) this.value = this.ngModel;
|
||||
this.wrapper && this.wrapper.hasValue(this.value);
|
||||
console.log(this.value);
|
||||
}
|
||||
|
||||
focusChange(changed) {
|
||||
|
Reference in New Issue
Block a user