Joomline / JlContentFieldsFilter

Модуль фильтрации материалов Joomla по дополнительным полям
https://joomline.ru/rasshirenija/moduli/jlcontentfieldsfilter.html
GNU General Public License v3.0
24 stars 11 forks source link

Using Joomla chosen.js for multiple select list #53

Open pitcock opened 4 years ago

pitcock commented 4 years ago

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

AlekVolsk commented 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.