We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b7c75 commit 5fee6fdCopy full SHA for 5fee6fd
demos/autocomplete/combobox.html
@@ -61,7 +61,7 @@
61
// remove invalid value, as it didn't match anything
62
$( element )
63
.val( "" )
64
- .attr( "title", value + " didn't match any item" )
+ .attr( "title", $( "<a>" ).text( value ).html() + " didn't match any item" )
65
.tooltip( "open" );
66
select.val( "" );
67
setTimeout(function() {
0 commit comments