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

Boolean field checker #45

Open
dhruvdutt opened this issue Aug 29, 2017 · 0 comments
Open

Boolean field checker #45

dhruvdutt opened this issue Aug 29, 2017 · 0 comments

Comments

@dhruvdutt
Copy link

The data consists of an array of simple objects with the shape as follows:
Here's link to the full exported data.

[
    {
        "title": "todo1",
        "completed": true
    }
]

The issue is with fields that have boolean values like completed in this case. Input box doesn't show up.

image

The workaround is to first select and query with non-boolean fields like title and then reselect boolean fields.

image

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

No branches or pull requests

2 participants