--- id: Form select section: components subsection: forms cssPrefix: pf-v6-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' ```