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
Why would you want to disable the label if you're using this gem's methods? The point of this gem is that it creates the whole wrapped structure that Foundation expects. My initial response, then, is that if you don't need that, you should probably use the straight Rails FormBuilder methods (which still work here). But maybe there's something I don't understand. What's your use case for this?
As for custom fields, let me refresh my memory on how the code works. You might be able to reopen the class for the new methods, but I'm not sure that will work as things stand now. Pull requests are welcome, though.
Hey, is there a way to disable the label for a particular element? I've tried
label: ""
to no avail.Also, is there a way I can add my own custom fields like
file_field
, etc.?The text was updated successfully, but these errors were encountered: