@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
35 lines (21 loc) • 420 B
Markdown
id: Form select
section: components
subsection: forms
cssPrefix: pf-v5-c-form-control
propComponents: ['FormSelect', 'FormSelectOption', 'FormSelectOptionGroup']
ouia: true
## Examples
### Basic
```ts file='./FormSelectBasic.tsx'
```
### Validated
```ts file='./FormSelectValidated.tsx'
```
### Disabled
```ts file='./FormSelectDisabled.tsx'
```
### Grouped
```ts file='./FormSelectGrouped.tsx'
```