| # Interface: DropdownProps | |
| The props for the [Dropdown](../functions/Dropdown.md) component. | |
| ## Properties | |
| ### aria-label? | |
| > `optional` **aria-label**: `string` | |
| #### Source | |
| [src/components/Dropdown.tsx:20](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L20) | |
| *** | |
| ### caption? | |
| > `optional` **caption**: `ReactNode` | |
| The caption displayed to replace the hidden select. | |
| #### Source | |
| [src/components/Dropdown.tsx:17](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L17) | |
| *** | |
| ### children? | |
| > `optional` **children**: `ReactNode` | |
| #### Source | |
| [src/components/Dropdown.tsx:18](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L18) | |
| *** | |
| ### className? | |
| > `optional` **className**: `string` | |
| #### Source | |
| [src/components/Dropdown.tsx:19](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L19) | |
| *** | |
| ### name? | |
| > `optional` **name**: `string` | |
| The name attribute of the element. | |
| #### Source | |
| [src/components/Dropdown.tsx:15](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L15) | |
| *** | |
| ### onChange? | |
| > `optional` **onChange**: `ChangeEventHandler`\<`HTMLSelectElement`\> | |
| #### Source | |
| [src/components/Dropdown.tsx:24](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L24) | |
| *** | |
| ### style? | |
| > `optional` **style**: `CSSProperties` | |
| #### Source | |
| [src/components/Dropdown.tsx:21](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L21) | |
| *** | |
| ### value? | |
| > `optional` **value**: `string` \| `number` | |
| The selected value. | |
| #### Source | |
| [src/components/Dropdown.tsx:23](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/Dropdown.tsx#L23) | |