Open dhruvdutt opened 7 years ago
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 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.