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
@ -113,6 +113,10 @@ export class NativeInput {
|
||||
return hasFocus(this.element());
|
||||
}
|
||||
|
||||
getValue(): string {
|
||||
return this.element().value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
|
Reference in New Issue
Block a user