fix: tree-select getPopupContainer doesn't work #265

pull/287/head
tangjinzhou 2018-11-26 21:14:40 +08:00
parent c0d2233f2b
commit c41cf5b4d7
1 changed files with 1 additions and 0 deletions

View File

@ -105,4 +105,5 @@ export const SelectPropTypes = {
notFoundContent: PropTypes.any,
children: PropTypes.any,
autoFocus: PropTypes.bool,
getPopupContainer: PropTypes.func,
}