mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
selectize
This commit is contained in:
@@ -750,7 +750,7 @@ class e_form
|
||||
e107::js('core', 'selectize/js/selectize.init.js', 'jquery');
|
||||
|
||||
$options['selectize']['wrapperClass'] = 'selectize-control';
|
||||
$options['selectize']['inputClass'] = 'selectize-input form-control';
|
||||
$options['selectize']['inputClass'] = 'form-control selectize-input ';
|
||||
$options['selectize']['dropdownClass'] = 'selectize-dropdown';
|
||||
$options['selectize']['dropdownContentClass'] = 'selectize-dropdown-content';
|
||||
$options['selectize']['copyClassesToDropdown'] = true;
|
||||
|
Reference in New Issue
Block a user