We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e116a8d commit b1a4928Copy full SHA for b1a4928
app/assets/javascripts/active_admin/searchable_select/init.js
@@ -8,7 +8,7 @@
8
var options = $.extend(extra || {}, item.data('searchableSelect'));
9
10
// default option allow clear
11
- if (options.allowClear != undefined)
+ if (options.allowClear == undefined)
12
options.allowClear = true;
13
14
var url = item.data('ajaxUrl');
0 commit comments