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

Commit

Permalink
Textinput: added tabindex -1 on clearbuttons
Browse files Browse the repository at this point in the history
(cherry picked from commit 826ada0)

Closes gh-7155
Fixes gh-6467
  • Loading branch information
frequent authored and Gabriel Schulhof committed Sep 4, 2014
1 parent 4dbe745 commit 5c27fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/forms/clearButton.js
Expand Up @@ -30,7 +30,7 @@ define( [
},

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

0 comments on commit 5c27fa0

Please sign in to comment.