Created
August 26, 2011 08:09
-
-
Save ches/1172956 to your computer and use it in GitHub Desktop.
SimpleForm (1.4.x) input for mongoid_taggable -- place in app/inputs
Author
Sorry, this was written for SimpleForm 1.4.x. I haven't updated yet, so I'm not sure how the API has changed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using simple_form (1.5.2) and this snippet, I get the following error message:
when I remove
map_type, I need to addThe html created looks like this:
This is malformed html because of the
valueattribute in thedivtag and the wrongforattribute in thelabeltagAny other idea how to set the
input.valueattribute?