mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
@ -372,7 +372,7 @@ export class Input implements InputComponent {
|
|||||||
(this.clearInput && !this.readonly && !this.disabled) && <button
|
(this.clearInput && !this.readonly && !this.disabled) && <button
|
||||||
type="button"
|
type="button"
|
||||||
class="input-clear-icon"
|
class="input-clear-icon"
|
||||||
onClick={this.clearTextInput.bind(this)}
|
onTouchStart={this.clearTextInput.bind(this)}
|
||||||
onMouseDown={this.clearTextInput.bind(this)}/>
|
onMouseDown={this.clearTextInput.bind(this)}/>
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user