Form controls flavored by Material Design for Bootstrap customizations such as bmd-label-floating.
Use the .form-inlineclass to to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently:
Textual form controls—like<input>s,<select>s, and <textarea>s—are styled with the .form-controlclass.
Here’s a quick example to demonstrate Bootstrap’s form styles. Keep reading for documentation on required classes, form layout, and more.
Textual form controls—like<input>s,<select>s, and <textarea>s—are styled with the .form-controlclass.
complex layouts can also be created with the grid system.
Place one add-on or button on either side of an input. You may also place one on both sides of an input. We do not support multiple form-controls in a single input group and<label >s must come outside the input group.
Multiple add-ons are supported and can be mixed with checkbox and radio input versions.