# Component/DropdownComposite

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `dropdownProps` | `DropdownCompositeDropdownOption<OptionValue>` | Yes |  |  |
| `inputProps` | `Pick<InputProps, "width" | "onChange" | "value" | "placeholder">` | Yes |  |  |
| `disabled` | `boolean | undefined` | No |  |  |
| `onSubmit` | `(({ dropdownValue }: { dropdownValue?: OptionValue | undefined; }) => void) | undefined` | No |  |  |
| `onReset` | `(({ dropdownValue }: { dropdownValue?: OptionValue | undefined; }) => void) | undefined` | No |  |  |
| `onOpen` | `(() => void) | undefined` | No |  |  |
