heartcombo / simple_form

Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
http://blog.plataformatec.com.br/tag/simple_form
MIT License
8.21k stars 1.31k forks source link

Fix small mistake in README.md #1847

Closed francois-ferrandis closed 1 month ago

francois-ferrandis commented 1 month ago

As far as I know:

Simple Form adds an asterisk at the end of the label for required fields.

nashby commented 1 month ago

Prepend is what SimpleForm does by default, see https://github.com/heartcombo/simple_form/blob/c2c7faf3e532072e1ef511a97d677ae0e7c38957/lib/simple_form.rb#L104

but you can configure it any way you like (that's probably what you have in your app)

francois-ferrandis commented 1 month ago

Woops, sorry, I should have been more thorough. :grimacing:

Thank you for your time! :pray: