Says Adding Options
" Possible attributes of tag are as follows:
value - option value
selected - if option is selected
img_src - icon url (also add the 4th parameter to combobox constructor - “image”)
checked - checkbox state (for combo with “checkbox” type, 0 by default)
"
Maybe, however, can people add other attributes? ex.
I need replace ‘value’ to ‘food’ and ‘img_src’ to ‘image’.
And!
Can I use ‘food’ as option value?
In other words, I type attribute’s values ‘food’ and Combo choose suitable text from ‘text’.