-
Notifications
You must be signed in to change notification settings - Fork 8
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
no way to attach classes to form elements #1
Comments
This sounds like a good idea. Maybe we should take this even further and add support for formtastic or something like that? ~ Tom |
yes, that'd be good. we ended up doing a lot more of it manually than I'd really have liked, formtastic support would have been excellent. |
Hi Mark, any chance you want to take a stab at this feature of adding formtastic support? Or even opening it up to adding more html option support to the fields somehow? ~ Tom |
@tcocca I'd like to, but I'm pretty pressed for time at the moment. will circle back when the current massive pile of work is looking less intimidating. |
Sounds like we are both in the exact same predicament. Hopefully that clears up soon. Keep me posted on this, don't want to end up doing double work. ~ Tom |
I'm trying to create a checkbox group. Unfortunately, the checkbox_group helper in pp/helpers/dynamic_forms/check_box_group_helper.rb doesn't provide a way to add a class to the generated label.
line 73: out << "
I'm passing a custom block in now, but this doesn't help me much in the general run - I'd have to write different code for each different kind of form. Would it be reasonable to attach a class to all form elements?
The text was updated successfully, but these errors were encountered: