websemantics / Image-Select

Image Select is an extension of Chosen, a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. It provides image support for Single and Multi select HTML tags.
http://websemantics.github.io/Image-Select
MIT License
148 stars 44 forks source link

Images during search #19

Closed iamcal closed 8 years ago

iamcal commented 9 years ago

This patch allows the images to be show during find-as-you-type filtering.

However, it requires the chosen:filter event to be fired from Chosen, which is in a PR here: https://github.com/harvesthq/chosen/pull/2373

RomainSauvaire commented 8 years ago

This one doesn't seem to be fixed with both master branches from Chosen and Image-Select

Displayed select without typing

capture d ecran 2015-10-23 a 13 39 22

As soon as I start typing

capture d ecran 2015-10-23 a 13 40 39
m235 commented 8 years ago

Same here with both master branches

websemantics commented 8 years ago

Still waiting for Chosen to merge https://github.com/harvesthq/chosen/pull/2373