bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Option to provide `is-invalid` class to labels along with fields #675

Closed shivam091 closed 1 year ago

shivam091 commented 1 year ago

Hello,

There should be an option wo enable / disable setting is-invalid class to label tag instead of just setting it to field.

Thanks.

donv commented 1 year ago

I guess what you want is this: https://github.com/bootstrap-ruby/bootstrap_form#label-errors

Or do you only want the class, and not the actual error in the label?