-
Notifications
You must be signed in to change notification settings - Fork 559
Open
Description
Hi all,
using the example file of v3.0.0, if you click on "Set: From JSON", the value of the "State"-filter (uses the Selectize-Plugin) is set to "Alaska".
Now, if you change the value of this rule, e.g. to "Alaska" and "Arkansas" and click on "Get: JSON", the rule value of "State" remains at "Alaska":
{ "id": "state", "field": "state", "type": "string", "input": "select", "operator": "equal", "value": "AK" }
Expected output would be:
{ "id": "state", "field": "state", "type": "string", "input": "select", "operator": "equal", "value": ["AK", "AR"] }
Best reagrds
Hauke
Metadata
Metadata
Assignees
Labels
No labels