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