mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(input): fix linter errors
This commit is contained in:
@@ -107,7 +107,7 @@ export class TextInput extends InputBase {
|
||||
* @private
|
||||
*/
|
||||
clearTextInput() {
|
||||
console.debug("Should clear input");
|
||||
console.debug('Should clear input');
|
||||
this._value = '';
|
||||
this.onChange(this._value);
|
||||
this.writeValue(this._value);
|
||||
|
||||
Reference in New Issue
Block a user