mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(input): clean up CSS on inputs and labels
This commit is contained in:

committed by
Adam Bradley

parent
e76b55994c
commit
2fc975354a
@ -222,6 +222,8 @@ export class TextInputBase {
|
||||
this.onTouched(textInputHasFocus);
|
||||
}
|
||||
});
|
||||
|
||||
this.checkHasValue(nativeInput.getValue());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user