experius / Magento-2-Module-Experius-Form-Select-Chosen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experius Form Select Chosen

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/.

About


Languages

Language:Less 78.6%Language:JavaScript 14.0%Language:HTML 6.4%Language:PHP 1.0%