-
Notifications
You must be signed in to change notification settings - Fork 555
Value in json is string, but filter type is number #544
Copy link
Copy link
Closed
Labels
featureNew featureNew feature
Milestone
Description
Hi,
I have this queryBuilder
$qb.queryBuilder({
operators: [{
type: 'create',
nb_inputs: 1,
apply_to: 'select'
}],
filters: [{
id: 'abc',
label: 'abc',
input: 'select',
type: 'integer',
operators: ['create'],
values: [1,2,3,4,5,6]
}]
});but in exported json the value for filter is always string (quoted number).
Is there any option to change that?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew featureNew feature