You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, simple_form uses form-control class when used with Bootstrap gem. Giving input :name, as: :autocomplete omits this class. Is there any chance this may be fixed?
The text was updated successfully, but these errors were encountered:
Ahh, it probably has something to do with the way the inputs interact with the the class passed in by the simple_form_bootstrap initalizer. I don't have time to look into this unfortunately, but if you're interested in submitting a PR, I'd be happy to include it.
By default, simple_form uses
form-control
class when used with Bootstrap gem. Givinginput :name, as: :autocomplete
omits this class. Is there any chance this may be fixed?The text was updated successfully, but these errors were encountered: