mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
@ -362,7 +362,7 @@ export class Input implements InputComponent {
|
||||
onKeyDown={this.onKeydown.bind(this)}
|
||||
/>,
|
||||
<slot></slot>,
|
||||
this.clearInput && <button
|
||||
(this.clearInput && !this.readonly && !this.disabled) && <button
|
||||
type="button"
|
||||
class="input-clear-icon"
|
||||
onClick={this.clearTextInput.bind(this)}
|
||||
|
||||
Reference in New Issue
Block a user