fix(input): remove old clearInput code and clean up UI, added onChange calls

references #6514
This commit is contained in:
Brandy Carney
2016-05-12 18:55:24 -04:00
parent 619f119d9b
commit 71cd297751
7 changed files with 27 additions and 26 deletions

View File

@ -401,14 +401,6 @@ export class InputBase {
}
}
/**
* @private
*/
clearTextInput() {
console.debug('Should clear input');
this._value = '';
}
/**
* @private
*/