[SOLVED] Multiple radio inputs in array

I’m submitting a…

[ ] Regression (a behavior that stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Documentation issue or request

Current behavior

If I have a scheme with an array and inside that array a radio checkbox, if I change one radio checkboxes value, all the other change as well.

Expected behavior

Only the one radio checkbox, that I edit should be changing.

Minimal reproduction of the problem

  1. create a schema with an array and inside that array a radio input field
  2. create an element with that schema and add two items for the array
  3. change the radio button value

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [x] Cloud version

Browser:

  • [x] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

I guess I have to give them individual names. Have not thought about it yet.

Thank you for the bug report :slight_smile:

Usually I would say that it will be fixed today, especially such easy to fix bugs, but because of the just release 2.0 it can a few days.

1 Like

Ok, thank you for the support!

I have implemented a fix but not deployed it yet. Will update the issue, once the newest version is deployed.