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 not displayed while typing #21

Closed mattherick closed 8 years ago

mattherick commented 8 years ago

Hello!

Why are the images lost during the typing process?

If I type and get results => these results do not have any image in the dropdown list.

Best regards,

Matthias

websemantics commented 8 years ago

Hi @mattherick

This is a known issue with Chosen, check https://github.com/websemantics/Image-Select/pull/19

There's a pending PR from @iamcal to fix this, https://github.com/harvesthq/chosen/pull/2373#ref-pullrequest-95692226

Once this is fixed in Chosen, will update the extension,

mattherick commented 8 years ago

Thx for the fast reply!