Replies: 1 comment
-
Hi, The problem is, that a radio button isn't a single input. The script currently isn't built to support fields with values from multiple inputs. We currently use jQuery's If you get any error, maybe you can share it as a bug, and we can see if we can't fix it. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
I need to render Select2Widget (choices) as radio buttons select.
Why I need this.
I have user type and dependent on it ModelSelect2Widget which rendered results need to be based on user type.
Problem
Have no idea how to render Select2Widget options as radio select. I tried to render it manually, but no success.
Code Snippet
If I display fields as is - it is working correctly, but I need to change user type select to the radio buttons instead of select2 picker.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions