Update index.en-US.md

Updated to document by adding  a property "destroyInactivePanel" which lets the user know about it behavior.
This commit is contained in:
Aditya Padhi 2018-06-26 18:54:48 +05:30 committed by 偏右
parent 763d32ac68
commit fcc055b390

View File

@ -23,6 +23,7 @@ A content area which can be collapsed and expanded.
| bordered | Toggles rendering of the border around the collapse block | boolean | `true` |
| defaultActiveKey | Key of the initial active panel | string | - |
| onChange | Callback function executed when active panel is changed | Function | - |
| destroyInactivePanel | Destroy Inactive Panel | boolean | `false` |
### Collapse.Panel