Hi,
Using a select field we can check Stylized UI which provides a handy Select2 search field for this select rendering.
https://www.advancedcustomfields.com/resources/select/
When searching something that is not present we get a “No results found” message, it seems that the translation for this message does not work, despite the “matches_0” intended in ACF source code.
Thank you for your help regarding this issue
Juste created a support ticket for this instead of forum topic
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’;
},