allow deselection for optional attributes
This commit is contained in:
@ -15,6 +15,7 @@ $(function() {
|
||||
});
|
||||
|
||||
$('select:visible').chosen({
|
||||
allow_single_deselect: true,
|
||||
disable_search_threshold: 5,
|
||||
search_contains: true
|
||||
});
|
||||
|
Reference in New Issue
Block a user