Describe the problem
It should be possible not to pass onOpenChange prop to Dropdown since it is an optional prop. In contrast with this an error is thrown when onOpenChange is not passed to the Dropdown.
How do you reproduce the problem?
codesandbox - Press tab or escape key when dropdown toggle is focused.
Expected behavior
No error should be thrown when onOpenChange is not provided