Multi select (combo) and 'add_edit' class: no 'edit' shown?
Hey there!
I have a strange thing situation where having added the 'add_edit' class to a multi-select field (typical 'categories' example) i can only see the 'Add' button below the field, and not the 'edit'. So i can only inline add categories but i cant delete or edit already added ones. What am i doing wrong? Thanks!
Comments
I need to remove that 'Add' button below the multi-select, How can i achive this.
$fields['my_field']['module'] = '';
In 0.93:
$fields['my_field']['class'] = '';