I attempted to use the \"language.noMatches\" option when initiating Select2 and its throwing an undefined function? How do I go about modifying that bit of text? I would li
The option for select 2.5 seems formatNoMatches
:
$('#search-select').select2({
formatNoMatches: function () {
return "No Results Found Use it anyway";
}
});