Input fields refer specifically to the text input fields, which are used to obtain data from the users. See the examples.

Detailed documentation and more examples you can find in our Bootstrap Input fields Docs


Basic example

A basic example of the input field consists of the input element with specified ID and label element connected via this ID with the input. Both elements are wrapped in .form-outline class which provides a material design look.

Disabled

Add the disabled boolean attribute on an input to give it a grayed out appearance and remove pointer events.

Sizing

Set heights using classes like .form-control-lg and .form-control-sm.