Hi,
I just had a quick question about a potential bug.
(Line 224) Why in form_helper.php does the function form_dropdown only take $name for it’s initial variable instead of taking $data (which is run through parse_form_attributes)? The other form functions (i.e. form_radio, form_checkbox, form_input, form_password, etc) all take $data as their first attribute…which can contain an array of html specifiers like class, name, id, etc.
Was the difference on purpose?
Thanks.
- Cyrus
