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
Closes gh-7155
Fixes gh-6567
  • Loading branch information
frequent authored and Gabriel Schulhof committed Aug 29, 2014
1 parent 39cb20f commit 013c111
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 013c111

Please sign in to comment.