--- title: Form controls description: Give textual form controls like ``s and ` `} /> ## Sizing Set heights using classes like `.form-control-lg` and `.form-control-sm`. `} /> ## Form text Block-level or inline-level form text can be created using `.form-text`. Form text should be explicitly associated with the form control it relates to using the `aria-describedby` attribute. This will ensure that assistive technologies—such as screen readers—will announce this form text when the user focuses or enters the control. Form text below inputs can be styled with `.form-text`. If a block-level element will be used, a top margin is added for easy spacing from the inputs above. Password
Your password must be 8-20 characters long, contain letters and numbers, and must not contain spaces, special characters, or emoji.
`} /> Inline text can use any typical inline HTML element (be it a ``, ``, or something else) with nothing more than the `.form-text` class.
Must be 8-20 characters long.
`} /> ## Disabled Add the `disabled` boolean attribute on an input to give it a grayed out appearance, remove pointer events, and prevent focusing. `} /> ## Readonly Add the `readonly` boolean attribute on an input to prevent modification of the input’s value. `readonly` inputs can still be focused and selected, while `disabled` inputs cannot. `} /> ## Readonly plain text If you want to have `` elements in your form styled as plain text, replace `.form-control` with `.form-control-plaintext` to remove the default form field styling and preserve the correct `margin` and `padding`.
`} />
`} /> ## File input
`} /> ## Color Set the `type="color"` and add `.form-control-color` to the ``. We use the modifier class to set fixed `height`s and override some inconsistencies between browsers. Color picker `} /> ## Datalists Datalists allow you to create a group of `