Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery multiselect filter cannnot be selected inside dialog with modal: true

I'm using the the following jquery libraries:

  • jQuery v1.10.1
  • jQuery UI v1.10.3
  • jquery multiselect 1.13
  • filter addon

When i use the multiselect filter on any select, it works just find. When i use the multiselect filter inside the Dialog UI with property modal:true i cannot longer select to filter out the list - the placeholder of search, cannot be chosen.

Without the property modal:true, it works just fine.

I've tried to add the propery appendTo: 'form', but still having issues.

Edit: sample code http://jsfiddle.net/dQzxJ/3/

Any ideas? Thanks, Eddie

like image 862
Eddie Rozenblat Avatar asked Nov 02 '22 19:11

Eddie Rozenblat


1 Answers

This issue seems to be unsolved until now. Bugs like this, I've been struggling with two months ago AND one day I asked myself: What about Chosen as Alternative? http://harvesthq.github.io/chosen/

Since I tried, satisfied I am.

like image 94
Bellash Avatar answered Nov 09 '22 13:11

Bellash