-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement radio field #3140
Comments
This issue has been marked as stale because there was no activity for the past 15 days. |
Closing this because there was no activity for the past 15 days. Feel free to reopen if new information pops up ✌️ |
This issue has been marked as stale because there was no activity for the past 15 days. |
Hey @Paul-Bob. I'll take up this one |
Great @zhephyn! This one is challenging! Let me know if you find any obstacles |
Thank you! |
Hey @Paul-Bob. I'm trying to access the discord channel where the feature is stated to have been requested for initially, but it seems the link is broken. Could you provide some more context about the feature to be implemented or maybe the specific page in the application where the feature ought to be implemented. Thank you |
Hey @zhephyn, there's not much happening on the Discord thread, it's mainly here to track the source of the original request.
Sure. The idea is to implement a new field that will allow this DSL: field :gender, as: :radio This will use a radio input element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio Let's take the
We need to build a file to keep the |
Hey @Paul-Bob. It seems this issue received a PR that could result into it becoming a closed one. I was still working through my solution, but now I'm not sure how to proceed. Should i abandon working on and submitting a PR for this issue and pick up another one? Or should i continue working on it? Any guidance is appreciated. Thanks in advance. |
The PR for this issue is on track to be merged soon, which will indeed close it. You're still welcome to open a PR for your current work if you'd like some feedback, though it won't be merged, I can review it to provide any insights or suggestions I'm sorry that it happened again. I've just created this issue: #3426. If you're interested, we can assign it exclusively to you. Let me know! Thank you @zhephyn ! |
Context
Similar to the boolean group field but using radio input so the options become exclusive
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio
Originally requested here
The text was updated successfully, but these errors were encountered: