mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(input): tabindex or tab in ion-input do not work with clearInput fix
This commit is contained in:
@ -372,6 +372,7 @@ export class Input implements ComponentInterface {
|
||||
(this.clearInput && !this.readonly && !this.disabled) && <button
|
||||
type="button"
|
||||
class="input-clear-icon"
|
||||
tabindex="-1"
|
||||
onTouchStart={this.clearTextInput.bind(this)}
|
||||
onMouseDown={this.clearTextInput.bind(this)}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user