rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
906 stars 216 forks source link

Wrong option selection #17

Closed sochap closed 10 years ago

sochap commented 10 years ago

If two option are same values, for example:

<option value="1">a</option>
<option value="1">aa</option>
<option value="2">b</option>

Select the first item or second item, the other same value item will also be selected.

Also, could you add a feature that allows this plugin to show text or html content inside the options? Like this. http://store.apple.com/us/buy-iphone/iphone5s

Because some time the option is no image, only the text or html.

rvera commented 10 years ago

For now I have no plans to expand the functionality of the plugin to render arbitrary HTML. In that case a custom widget is the better option.