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

Loading the query, the select type is not updated #20

Open
amittkSharma opened this issue Oct 14, 2020 · 0 comments
Open

Loading the query, the select type is not updated #20

amittkSharma opened this issue Oct 14, 2020 · 0 comments

Comments

@amittkSharma
Copy link

Dear Team,

I have a small scenario, I am using the tool with the Input type as "Select" for value selection. When I reload the query the values select is always showing the first value not the exact value from the query. Although select also contains the values that are in the query value.

e.g. In the Select input contains: [{name: 100, value: 100}, {name: 101, value: 101}]
Query: '((leftValue >= 101 AND rightValue < 101) OR leftValue = 101)'
but when I old the query all other things are fine, but values are always 100 although query contains 101.

Any idea?

Thanks in Advance

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