- Issue created by @tedbow
- 🇮🇳India omkar-pd
I see value of radio is
""
in HTML. from<RadioItem value={attributes.value?.toString() || ''}
I think this is causing the issue.
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
This seems related to 🐛 Autosave publish process does not acknowledge pathauto deactivation Postponed ?
OTOH, #3 suggests it's much simpler than that?
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
@omkar-pd (or somebody else) Could you please test whether this is still reproducible now that 🐛 Setting default values does work for boolean props Active is in? 🙏 #3 suggests it might have been a pure client-side problem, rather than a server-side one.
So:
- If client-side: #3492368 might've fixed it (not sure though, because that one was about checkboxes, not radios — the client-side of XB is a black box to me on this front)
- If server-side: #3526130 will hopefully fix it.