I think I’m missing it. The example application for simple_form-bootstrap never showed how to use input-append. I tried a couple of other ways but they didn’t work.
<div class="controls">
<div class="input-append">
<input type="text" size="16" id="appendedInput" class="span2">
<span class="add-on">.00</span>
</div>
<span class="help-inline">Here's more help text</span>
</div>
I need this so the error messages used with Bootstrap show up and I’m able to design my forms a certain way. How would I use the add-on and help-inline on a horizontal form?
Thanks in advance!
OK, Simple form bootstrap does support it. I should have looked at
appendjust likeprepend. For example: