Radio Group Support
Hi, I'm using your library (thank you 🙏), and I'm wondering what is lacking currently in terms of support for radio groups in forms? I would be willing to contribute a PR to add support.
Hello, thank you for your interest in solform.
I think the main problem with radio button group for solform is not having a root. I mean solform handles everything with ref attattribute. Because there are multiple radio buttons without a root, the last one used with ref will take the the last element. If we can make it possible to have multiple elements with same name, we will not only have full support for radio group, we will also have full support for checkbox.
I hope it explains what the problem is briefly, sadly these days I have a project to work on and I wasn't able to focus on solform, but then I will try to implement these if you or other contributors can't do it.
Have a great day!