media\vendor\chosen\js\chosen.jquery.js
AbstractChosen.default_multiple_text = "Select Some Options";
AbstractChosen.default_single_text = "Select an Option";
AbstractChosen.default_no_result_text = "No results match";
The text strings are hard coded to the chosen.jquery.js and not translateable.
Affects chosen select, multiple fields
Would suggest to implement Joomla.Text._('
Joomla! 4.0.0-beta5 Beta
the fix even more easy, do not use chosen :wink:
Otherwise:
the fix even more easy, do not use chosen 馃槈
A more constructive comment would be
For Joomla 4 it is recommended that you use choices.js instead
You can see how this is implemented in the select module position
Many thanks for the feedback
Most helpful comment
A more constructive comment would be
For Joomla 4 it is recommended that you use choices.js instead
You can see how this is implemented in the select module position