Skip to content

Commit

Permalink
fix: Cascader getPopupContainer not work #257
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Nov 10, 2018
1 parent 75ca643 commit 51ac45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/vc-cascader/Cascader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default {
// onKeyDown: PropTypes.func,
expandTrigger: PropTypes.string.def('click'),
fieldNames: PropTypes.object.def({ label: 'label', value: 'value', children: 'children' }),
getPopupContainer: PropTypes.func,
},
mixins: [BaseMixin],
model: {
Expand Down

0 comments on commit 51ac45a

Please sign in to comment.