RailsCasts Pro episodes are now free!

Learn more or hide this

Sebastian Schimansky's Profile

GitHub User: sschimansky

Comments by Sebastian Schimansky

Avatar

You have to pass the html_options into the input_html option

rails
  = f.input :author_tokens, :input_html => {:data => '1,2'}

SimpleForm README