Dawid Urbański
Dawid Urbański
I came across the same issue. I found that if you will focus out from select field (not just closing field, but actually focus on any other element), X buttons...
just to make it clear. By getting out of element you need to make `.chosen-container` to drop `chosen-container-active` class. When `chosen-container-active` is removed from `chosen-container` and applied again by new...
Ok, I'm not sure what exactly is an issue here, but I made it work for me. First I'm using these options when initializing: ``` el.chosen({ display_selected_options: false, hide_results_on_select: false,...