在React中卸下结构面板(SPFX)

时间:2019-05-28 20:14:56

标签: reactjs typescript spfx office-fabric

React developer screen Approval panel need removing ? 那我需要从Dom中删除吗?如果是这样,我该怎么做?我可以在SharePoint中控制SPFX扩展。面板工作正常,道具和状态正常。当我单击“关闭”时,面板关闭,但不会丢弃对象-这意味着背景中的屏幕保持灰色。

我已经使用了react开发人员工具,并且经历了所有状态,因此找不到这样的状态:“从DOM中删除了组件”。我需要物体完全移动。

<Panel
headerText='Case Approval'
type={PanelType.medium}
onRenderFooterContent={this._onRenderFooterContent}
isOpen={this.state.showPanel}
isHiddenOnDismiss={this.state.hidden}
onDismiss={this._hidePanel}
focusTrapZoneProps={{}}
hasCloseButton = {this.state.hasCloseButton}>

0 个答案:

没有答案