Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Changes since version 5.0.4:
- Updated chosenlib version to 3.0.5 to fix an issue with the hidden select element covering other elements.
- feat: #3431221 allow form elements to override Chosen library options
By: joachim
By: vensires
By: christos diamantis
By: nagy.balint
- feat: #3409490 Client-side-validation broken with Chosen
Second beta release of the Chosen module for Drupal 8.
Changes since beta 1:
Issue #2682891 by Swetha Yarla: Chosen ESLint errors
Issue #2684061 by mr.york: Chosen breaks admin/config/regional/translate page
Issue #2680295 by nagy.balint: Form text format selector is not usable
Issue #2117827 by mr.york: "None" showing up as an option in multiselect, fixed cardinality
Issue #2691753 by jhedstrom: Fatal error when used from an install profile
Update required for field instances using options_select widget
Issue #2213231 changed the configuration for field widgets that can use Chosen from a checkbox to three states for applying Chosen to the widget: No preference, Do not apply, Apply. Any field widgets that had this option checked in older versions will remain as 'Apply'. Any options_select widgets that had this value unchecked will now have a value of 'No preference' which possibly allows the site-specific settings to apply to the select field. To manually force Chosen to never be applied to a field widget, use the new 'Do not apply' option.
For those of you that were previously using 7.x-2.0-alpha3 and 7.x-2.0-alpha4, you should know that jquery_update is no longer a dependency for this module, as long as you update to the Chosen v1.1.0 library as noted above.