-
Notifications
You must be signed in to change notification settings - Fork 74
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
Bool can't add to realm #62
Comments
Can you post an example code, please? |
I used your Example |
You're right. Currently, as a workaround, you can make an init method that takes it as true by default, and leave it false in the definition. |
I got here because |
When
Bool
default value is 'true', can't save to realmI changed the demo
when I set the 'isCompleted' default value is true.
can't save the false to the realm
The text was updated successfully, but these errors were encountered: