Skip to content

Commit 51ac45a

Browse files
committed
fix: Cascader getPopupContainer not work #257
1 parent 75ca643 commit 51ac45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-cascader/Cascader.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default {
6565
// onKeyDown: PropTypes.func,
6666
expandTrigger: PropTypes.string.def('click'),
6767
fieldNames: PropTypes.object.def({ label: 'label', value: 'value', children: 'children' }),
68+
getPopupContainer: PropTypes.func,
6869
},
6970
mixins: [BaseMixin],
7071
model: {

0 commit comments

Comments
 (0)