New to KendoReact? Learn about KendoReact Free.
PopupPropsContext
The PopupPropsContext. It allows to configure the Popup props from a wrapper component.
jsx
<PopupPropsContext.Provider value={props => ({ ...props, appendTo: document.querySelector('myPopupsContainer') })}>
<DropDownList />
<Editor />
</PopupPropsContext.Provider>
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the PopupPropsContext component. |