We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e53fc8 commit 445c21dCopy full SHA for 445c21d
components/vc-dropdown/src/Dropdown.jsx
@@ -18,7 +18,7 @@ export default {
18
align: PropTypes.object,
19
overlayStyle: PropTypes.object.def({}),
20
placement: PropTypes.string.def('bottomLeft'),
21
- overlay: PropTypes.oneOfType([PropTypes.any, PropTypes.func]),
+ overlay: PropTypes.any,
22
trigger: PropTypes.array.def(['hover']),
23
alignPoint: PropTypes.bool,
24
showAction: PropTypes.array.def([]),
0 commit comments