fix(input): tabindex or tab in ion-input do not work with clearInput fix

This commit is contained in:
Yomyer
2018-09-30 14:16:48 +02:00
committed by Manu MA
parent 6b0d812d37
commit e916500e69

View File

@ -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)}
/>