bootstrap-form
bootstrap-form copied to clipboard
Create an interior wrapper for input-group when using prefix/suffix
When using horizontal forms, you cannot add the input-group class to the same wrapping element that has the col-* classes. input-group removes padding of the column so the prefix/suffix column extends past the margins of the other fields in the form.
I don't understand why you're commenting out code, is this going to break things for people that aren't using horizontal forms?
I just forgot to remove the commented code after i was done testing. It didn't break when i tested, but feel free to test on your own.