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.