Select2 : Is it possible to use default translation and noResult key? -
here select2 working fine :
$('.select2-customers-search').select2({ language: { noresults: formatnocustomer } })
here default translation : $.fn.select2.defaults.set('language', 'fr');
when remove noresults select2, translation works fine, when add translation not work anymore.
is there chance use both ?
Comments
Post a Comment