Textual form controls—like <input>s, <select>s, and <textarea>s—are styled with the .form-controlclass. Included are styles for general appearance, focus state, sizing, and more.
For file inputs, swap the .form-controlfor .form-control-file.
Set heights using classes like .form-control-lgand .form-control-sm.
Auto-sizing
Custom form controls and selects are also supported.
Add the disabledboolean attribute on an input to prevent user interactions and make it appear lighter.


