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 query using config not working for fieldName. #10

Open
asa556 opened this issue Jun 5, 2018 · 1 comment
Open

Loading query using config not working for fieldName. #10

asa556 opened this issue Jun 5, 2018 · 1 comment

Comments

@asa556
Copy link

asa556 commented Jun 5, 2018

for eg :
let config = {

             query : "(SandraUser EQUALS 'Jack' AND BobName EQUALS 'London')" }

The UI does not get built properly for the query. The field for name does not get initialized properly. It always selects the first name in the list.

The operators and the custom text field work fine. Only a problem with getting the right name.

image

It should be really selecting this for that filter :

image

The problem is in displaying the name. it builds the text query into the dict query correctly.

@cnav007
Copy link

cnav007 commented Sep 5, 2018

Hello, any fix for this? I've been experiencing the same issue.

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

2 participants