Feature request for jquery chosen plugin
-
Hi,
I have the following issue, when choosing a venue in a new event, the searchbox (jQuery Chosen) does not allow spaces. Is it possible to change the following line:
events-admin.js: 164
$( '.chosen, .tribe-field-dropdown_chosen select' ).chosen();to
$( '.chosen, .tribe-field-dropdown_chosen select' ).chosen({ search_contains: true });
The topic ‘Feature request for jquery chosen plugin’ is closed to new replies.