Skip to content

Commit c41cf5b

Browse files
committed
fix: tree-select getPopupContainer doesn't work #265
1 parent c0d2233 commit c41cf5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-tree-select/src/PropTypes.js

+1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ export const SelectPropTypes = {
105105
notFoundContent: PropTypes.any,
106106
children: PropTypes.any,
107107
autoFocus: PropTypes.bool,
108+
getPopupContainer: PropTypes.func,
108109
}

0 commit comments

Comments
 (0)