Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 826ada0

Browse files
frequentGabriel Schulhof
authored andcommitted
Textinput: added tabindex -1 on clearbuttons
Closes gh-7155 Fixes gh-6467
1 parent 39cb20f commit 826ada0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/clearButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ define( [
3030
},
3131

3232
clearButton: function() {
33-
return $( "<a href='#' " +
33+
return $( "<a href='#' tabindex='-1' " +
3434
"class='ui-input-clear ui-btn ui-icon-delete ui-btn-icon-notext ui-corner-all'>" +
3535
"</a>" )
3636
.attr( "title", this.options.clearBtnText )

0 commit comments

Comments
 (0)