mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
@ -362,7 +362,7 @@ export class Input implements InputComponent {
|
|||||||
onKeyDown={this.onKeydown.bind(this)}
|
onKeyDown={this.onKeydown.bind(this)}
|
||||||
/>,
|
/>,
|
||||||
<slot></slot>,
|
<slot></slot>,
|
||||||
this.clearInput && <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)}
|
onClick={this.clearTextInput.bind(this)}
|
||||||
|
|||||||
Reference in New Issue
Block a user