简体   繁体   中英

Formtastic boolean/checkbox label not hiding

= form.input :success, label: false

The above code should hide the label but it doesn't. Any ideas why it's still showing the label?

Try using the simple_form gem instead of formtastic.

EDIT: label: "" seems to be the (slightly hacky) solution if you are really intent on using Formtastic.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM