You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }
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
The text was updated successfully, but these errors were encountered: