Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
13.08 KB
MD5: 1f481e331b6de881d624a9c162fe11a7
SHA-1: ad20047cbad9093ef4cc488dfea12c1e583a8b6f
SHA-256: d9f5a532d9a33e2fbc7d7fec02adbfb86041051463ef6c5ace6c06440169a045
Download zip
16.21 KB
MD5: ff427ec324eb66b6b9a407023e47b5b4
SHA-1: 272a8ca5d7164f10fe0f311cdc216e2b12ec21cb
SHA-256: 9d0fb7a9249ee3b5bafda2f79f9994bc421d8d8b5f58ce0f9ab0a7b1d2d88c54
Release notes
Chosen v1.1.0 highly recommended
The Chosen library has fixed their compatibility issues with jQuery 1.4 with the v1.1.0 release. It is highly recommended to update your library version to this version. The v1.1.0 release can be downloaded from https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1...
jquery_update dependency removed
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.
Changes since 7.x-2.0-alpha4:
- README and UPDATE fixes.
- Fixed URL to module in chosen_library().
- Fixed wrong setting name in chosen_form_field_ui_field_edit_form_alter().
- #2210767: Added 'chosen-enabled' and 'chosen-disabled' classes along with corresponding #chosen FAPI property.
- #2210809: Cleaned up JS settings, element selection, and field widget handling.
- #2125523 by Dave Reid, nadavoid, primozsusa: Added support for profile library path in chosen_get_chosen_path().
- Fixed Chosen URL to point to github.io instead of github.com.
- #2118537: Issue #2118537 by Dave Reid, MiroslavBanov, hass | mike_san: Fixed options not passed properly on Chosen-enabled widgets if the global selector did not apply.
- Update version number in chosen_library().
- Added package = User interface to chosen.info.
- #2113097 by Dave Reid, Eric_A, adamdicarlo | hass: Removed jquery_update dependency.
- #1283470 by maximpodorov: Doesn't work with Views AJAX / Autosubmit.
- #1283470 by badrange, Cyclodex | geerlingguy: Doesn't work with Views AJAX / Autosubmit.
- #2097007 by mhh | MonsJovis: Fixed Tabledrag doesn't work anymore.
- Fix some inline css issues
- Fix missing semicon in js
- #2089005 by flocondetoile: Fixed Chosen alpha3 breaks upload image : ajax error.
- #2092321 by Harlor | dpearceMN: Fixed Installing chosen on a new clean install.