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 f59f0cd commit b933645Copy full SHA for b933645
docs/examples/ant-design.tsx
@@ -210,7 +210,7 @@ const MyControl: React.FC = () => {
210
</button>
211
212
<label>
213
- destroy on close:
+ destroy on hidden:
214
<input type="checkbox" checked={destroyOnHidden} onChange={onDestroyOnHiddenChange} />
215
</label>
216
docs/examples/bootstrap.tsx
@@ -120,7 +120,7 @@ const MyControl: React.FC = () => {
120
121
122
123
124
125
126
</p>
0 commit comments