We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e00b4 commit dd1421eCopy full SHA for dd1421e
src/index.tsx
@@ -75,7 +75,7 @@ export interface TriggerProps {
75
popupAlign?: AlignType;
76
popupVisible?: boolean;
77
defaultPopupVisible?: boolean;
78
- autoDestroy: boolean;
+ autoDestroy?: boolean;
79
80
stretch?: string;
81
alignPoint?: boolean; // Maybe we can support user pass position in the future
0 commit comments