--- id: Form control section: components subsection: forms cssPrefix: pf-v5-c-form-control ---## Examples ### Input **Note:** In webkit browsers, inputs with status icons that are autocompleted will have their icons removed by the user agent stylesheet. If the field does not need to use autocomplete, turn it off with `autocomplete="off"` to avoid the problem. Otherwise, use [helper text](/components/helper-text/html-demos) instead to ensure that the status will remain visible if the field is autocompleted. ```html










``` ### Select ```html





``` ### Textarea ```html








``` ## Documentation ### Accessibility | Attribute | Applied to | Outcome | | -- | -- | -- | | `id` | `.pf-v5-c-form-control > input`,`.pf-v5-c-form-control > select`, or `.pf-v5-c-form-control > textarea` | Provides an `id` value that can be used with the `for` attribute on an associated `