I am trying to have class=\"text\" in my input fields when using a custom wrapper called :hinted in simple_form 2.0.0.rc
class=\"text\"
config.wrappers :hinted do
You can setup this in simple_form initializer:
config.input_class = 'foo'
It works for me :)