Open pitcock opened 4 years ago
The solution you proposed is not very expedient: not everyone on the frontend uses chosen, and your template will not always have no conflicts with chosen.
All module field templates are overridden, you can create an override and implement what you want in it.
Based on your list.php layout i created a layout for a multiple select list using Joomla's built in chosen.js script. The code is attached as a txt file. The chosen multiple select works as expected but after applying the filter and reloading the page, only the last list value is selected. How do i get all selected values after applying the filter?
multiplelist.txt