Skip to content

Commit

Permalink
Added icon class to selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
carderm committed Jun 1, 2021
1 parent be1b314 commit 32cb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontawesome_5/templates/fontawesome_5/select_icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
options.push({
id: `${get_class},${key}`,
text: `<i class="${get_class} fa-${key}"></i> ${data[key].label}- <small>${data[key].search.terms}</small> `
text: `<i class="${get_class} fa-${key}"></i> ${data[key].label} (${style}) - <small>${data[key].search.terms}</small> `
});
});
});
Expand Down

0 comments on commit 32cb576

Please sign in to comment.