You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: