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

Limit only works on picking images, but not in select. #92

Open tylik1 opened 7 years ago

tylik1 commented 7 years ago

When limit is set, you still can pick more images from multiselect, which is probably not right.

rvera commented 7 years ago

Good point, I always pictured the select element to be hidden (since the idea is that this replaces that). Will try to also implement this.