We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
completed
The workaround is to first select and query with non-boolean fields like title and then reselect boolean fields.
title
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The data consists of an array of simple objects with the shape as follows:
Here's link to the full exported data.
The issue is with fields that have boolean values like
completed
in this case. Input box doesn't show up.The workaround is to first select and query with non-boolean fields like
title
and then reselect boolean fields.The text was updated successfully, but these errors were encountered: