fix: Cascader getPopupContainer not work #257

pull/263/head
tangjinzhou 2018-11-10 22:17:09 +08:00
parent 75ca6435aa
commit 51ac45a537
1 changed files with 1 additions and 0 deletions

View File

@ -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: {