experius/module-formselectchosen

A module that enabled you to define select and multiselect jQuery chosen fields.

Maintainers

Package info

github.com/experius/Magento-2-Module-Experius-Form-Select-Chosen

Language:Less

pkg:composer/experius/module-formselectchosen

Statistics

Installs: 308 330

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0

1.0.2 2023-10-30 13:57 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:42 UTC


README

A module that enabled you to define select and multiselect jQuery chosen fields.

You can get a single select chosen by adding the following code to your field config:

	<item name="elementTmpl" xsi:type="string">Experius_FormSelectChosen/selectChosen</item>
    <item name="component" xsi:type="string">Experius_FormSelectChosen/js/component/select.chosen</item>

You can get a multiselect chosen by adding the following code to your field config:

	<item name="elementTmpl" xsi:type="string">Experius_FormSelectChosen/multiselectChosen</item>
    <item name="component" xsi:type="string">Experius_FormSelectChosen/js/component/multiselect.chosen</item>

You could set extra options by using your own elementTmpl. For more information about chosen: https://harvesthq.github.io/chosen/.