Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectize not updating after using setRules #1014

Open
ziehm opened this issue Feb 26, 2025 · 0 comments
Open

Selectize not updating after using setRules #1014

ziehm opened this issue Feb 26, 2025 · 0 comments

Comments

@ziehm
Copy link

ziehm commented Feb 26, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant