The Dropdown facet can be made to work with Chosen if it re-trigger Drupal behaviors after the JS is complete.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dropdown-chosen-2815271-2.patch | 299 bytes | kducharm |
The Dropdown facet can be made to work with Chosen if it re-trigger Drupal behaviors after the JS is complete.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dropdown-chosen-2815271-2.patch | 299 bytes | kducharm |
Comments
Comment #2
kducharm commentedComment #5
kducharm commentedComment #6
borisson_Sure
Comment #8
strykaizerComment #10
leksat commentedUh... We should not pass the whole document to Drupal.attachBehaviors(). It affects performance and can make JS behaviors work incorrectly.
Instead, I'd say we have to pass select's wrapper element.
Comment #11
borisson_So, we should probably open a new issue to do that @Leksat?
Comment #12
leksat commented@borisson_, I created one #2851024: Do not pass the whole document to Drupal.attachBehaviors()