We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b524dff commit 1e575a8Copy full SHA for 1e575a8
packages/components/popup/defaultProps.ts
@@ -5,6 +5,7 @@
5
import { TdPopupProps } from './type';
6
7
export const popupDefaultProps: TdPopupProps = {
8
+ attach: 'body',
9
destroyOnClose: false,
10
hideEmptyPopup: false,
11
placement: 'top',
0 commit comments