-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
toggleable: true within type: list is checking everything on save regardless #688
Comments
Replicated, if inside a list, a toggleable field initially is unchecked. At the first save, it's saving as expected (not being persisted to the yaml), but it's being shown as checked in the page, so at the next save it's persisted to the yaml. |
Should be fixed 😄 |
Tested, success! 😄 Thank you very much @w00fz |
@w00fz, cannot reopen issue, but Best! |
Try adding |
My bad! Setting default to none works like a charm ;) |
After spoken with @flaviocopes we narrowed it down to this.
If
toggleable: true
is present for fields withintype: list
, they all will bechecked
on save regardless if there are any data provided to the field/s or not. Heard that you, @w00fz where the expert on this ;)What can be a solution?
Lazy example:
The text was updated successfully, but these errors were encountered: