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

Reset button won't reset chosen images #5

Closed zhipengtian closed 10 years ago

zhipengtian commented 11 years ago

Reset button only resets underlying select, but not the image picker. Images stay picked after resetting. Any suggestion?

rvera commented 11 years ago

Let me check what I can do, in the meanwhile you can always resync manually the picker by executing

$("#your_select_element").data("picker").sync_picker_with_select()
rvera commented 11 years ago

@zhiptian, had any luck solving this? I haven't found a good solution yet.

rvera commented 10 years ago

Had to remove this, was too unreliable.