All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.docs.components.FormControl.examples.FormControl.md Maven / Gradle / Ivy

The newest version!
---
id: Form control
section: components
subsection: forms
cssPrefix: pf-v6-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-v6-c-form-control > input`,`.pf-v6-c-form-control > select`, or `.pf-v6-c-form-control > textarea` | Provides an `id` value that can be used with the `for` attribute on an associated `