jQuery-QueryBuilder-Elasticsearch icon indicating copy to clipboard operation
jQuery-QueryBuilder-Elasticsearch copied to clipboard

multiple checkboxes in error

Open Firs058 opened this issue 7 years ago • 0 comments

So, problem in this:

  in :              function(v){ return v.split(',').map(function(e) { return e.trim();}); },
  not_in:           function(v){ return v.split(',').map(function(e) { return e.trim();}); },

Maybe need provide check for this case?

Firs058 avatar Jul 26 '17 06:07 Firs058