Jquery Query Builder - operator IN with Integer and value_separator

1.8k Views Asked by At

I'm unable to provide multiple values for IN Operator which is of type Integer.

Below is the reference JSFiddle, where I unable pass multiple values for IN Operator.

https://jsfiddle.net/z7dem1mg/2/

Piece of code: { id: 'count', label: 'Count', type: 'integer', input: 'text', value_separator: ',' }

Any solution will be highly appreciated.

0

There are 0 best solutions below