Support

Account

Home Forums Front-end Issues ACF select field with Stylized UI : Select2 translation issue Reply To: ACF select field with Stylized UI : Select2 translation issue

  • Actually its still not working. This is a part from select2.full.js

    ` },
    noResults: function () {
    return ‘No results found’;
    },
    searching: function () {
    return ‘Searching…’;
    },
    removeAllItems: function () {
    return ‘Remove all items’;
    },