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 9b03de5 commit 9c6e3fbCopy full SHA for 9c6e3fb
docs/api/ui/autoComplete/index.md
@@ -185,7 +185,7 @@ $("#node-input-example3").autoComplete({
185
186
var el = $('<div/>',{style:"white-space:nowrap"});
187
$('<span/>').text(pre).appendTo(el);
188
- $('<span/>',{style:"font-weight: bold, color:red"}).text(matchedVal).appendTo(el);
+ $('<span/>',{style:"font-weight: bold; color:red"}).text(matchedVal).appendTo(el);
189
$('<span/>').text(post).appendTo(el);
190
191
matches.push({
0 commit comments