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 75ca643 commit 51ac45aCopy full SHA for 51ac45a
components/vc-cascader/Cascader.jsx
@@ -65,6 +65,7 @@ export default {
65
// onKeyDown: PropTypes.func,
66
expandTrigger: PropTypes.string.def('click'),
67
fieldNames: PropTypes.object.def({ label: 'label', value: 'value', children: 'children' }),
68
+ getPopupContainer: PropTypes.func,
69
},
70
mixins: [BaseMixin],
71
model: {
0 commit comments