1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 14:05:37 +02:00

Added chosen.js support to dropdown in fieldgroup

This commit is contained in:
ARNHOE 2013-07-26 20:25:27 +02:00
parent b68cd6610c
commit e71adf6b6b

View File

@ -906,7 +906,7 @@ jQuery.noConflict();
* we can fix the height cropping.
*/
$('.cms .field.dropdown select, .cms .field select[multiple]').entwine({
$('.cms .field.dropdown select, .cms .field select[multiple], .fieldholder-small select.dropdown').entwine({
onmatch: function() {
if(this.is('.no-chzn')) {
this._super();