appbaseio / appbaseio/mirage

Boolean field checker

Open
#45 0 comments 0 reactions 0 assignees View on GitHub
hacktoberfest help wanted
Dominant language
TypeScript
Stars
2.2k
Forks
122
PR merge metrics
No merged PRs in 30d

Description

The data consists of an array of simple objects with the shape as follows:
Here's [link](https://gist.githubusercontent.com/dhruvdutt/1180f1727eb5dac109577c78d0731591/raw/5c584e1a840097d5837c97f79eb6544c57599e4e/dhruvdutt-starter-data.json) 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](https://user-images.githubusercontent.com/5961873/29834586-f5b8cfc2-8d0c-11e7-911e-f9c38e6831a9.png)

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

![image](https://user-images.githubusercontent.com/5961873/29834551-cdf34184-8d0c-11e7-9bdd-9667a2fc6272.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.