ruby on rails 3 - Formtastic group inputs -
is there way group inputs under 1 label , display in inline? avoid this:
.input.optional = form.label :price .input = form.text_field :price = form.select :currency
there's nothing in formtastic this, can achieve same visual affect using 2 standard formtastic inputs 1 after other , styling them appear "inline". means might want wrap them in containing field set, float them against each other, , visually hide 1 or both of labels.
Comments
Post a Comment