I’ve a dropdown select list $ fieldset->addField(‘id_mapping’, ‘select’, array( ‘label’ => ‘Category’, ‘values’ => Mage::getModel(‘thorleif/category’)->getOptionsArray(), ‘class’ => ‘required-entry’, ‘required’ => true, ‘name’ => ‘id_mapping’ )); What I need to do is to add the data-live-search (like Live Search part) option to the dropdown list as my list is huge and will helpful to add thisRead more