Thanks for your superb class.
Id like to add some data attributes to the options of a select input.
Is there a work-around to do this? The class only accepts a one-dimensional array for the options.
bartb - 2014-04-29 19:26:10 - In reply to message 1 from bartb
btw: I found your custom form_list_select_class, but I like to maintain the dropdown effect of a select button.
Is there another way to add attributes to the options?
bartb - 2014-04-30 06:19:04 - In reply to message 3 from Manuel Lemos
Thanks for replying.
The ExtraAttributes parameter adds attributes to the select tag. My object is to add attributes to the option tags. Is that possible?