如何防止Office UI Fabric React PeoplePicker结果在滚动时消失

时间:2019-11-15 00:45:52

标签: reactjs spfx office-ui-fabric peoplepicker

我正在构建一个SPXF Web部件,该部件使用Office UI Fabric React PeoplePicker显示人员结果,但是我注意到结果标注在滚动中消失了,这在不动产有限的移动设备上是一个特殊问题(例如,当键盘时占据一半的屏幕,您想滚动结果。)

我注意到Callout组件具有preventDismissOnScroll属性,这似乎是我需要的属性,但是我可以从PeoplePicker中访问它吗?

<PeoplePicker
     context={this.props.context}    
     titleText=""    
     personSelectionLimit={1}    
     groupName={""}   
     showtooltip={false}    
     isRequired={true}    
     disabled={false}    
     ensureUser={true}    
     selectedItems={this._getPeoplePickerItems}                   
     // ** access Callout props for  preventDismissOnScroll={true} ?
     />      

或者对此问题还有其他解决方案吗?

SPFx 1.8 |办公结构React 6.156.0

0 个答案:

没有答案