heartcombo--simple_form/lib
Ulisses Herrera Freire de Almeida 862fab5681 Support additional attributes to custom wrapper tag.
We are using the html option on wrapper because the wrapper has some
options that are not related to html attributes.

Now you can for example:

```ruby
config.wrappers do |b|
  b.wrapper :tag => :td, :class => :some_class, :html => { :additional_html_attribute => :value }
end
```

Thanks @remofritzsche @rafaelfranca @bellthoven
2014-03-11 20:27:10 -03:00
..
generators/simple_form Allow not including input wrapper class 2013-11-26 21:01:16 -02:00
simple_form Support additional attributes to custom wrapper tag. 2014-03-11 20:27:10 -03:00
simple_form.rb Allow not including input wrapper class 2013-11-26 21:01:16 -02:00