mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(input): show clear-input on inputs with ngModel/formControlName
fixes #9077
This commit is contained in:

committed by
Adam Bradley

parent
2ee05b878c
commit
7a6ba2d300
@ -301,6 +301,7 @@ export class TextInput extends Ion implements IonicFormInput {
|
||||
|
||||
nativeInput.valueChange.subscribe((inputValue: any) => {
|
||||
this.onChange(inputValue);
|
||||
this.checkHasValue(inputValue);
|
||||
});
|
||||
|
||||
nativeInput.keydown.subscribe((inputValue: any) => {
|
||||
|
Reference in New Issue
Block a user