PopupPropsContext

The PopupPropsContext. It allows to configure the Popup props from a wrapper component.

 <PopupPropsContext.Provider value={props => ({ ...props, appendTo: document.querySelector('myPopupsContainer') })}>
     <DropDownList />
     <Editor />
 </PopupPropsContext.Provider>

In this article

Not finding the help you need?