PopupPropsContext
Component
The PopupPropsContext. It allows to configure the Popup props from a wrapper component.
Definition
Package:@progress/kendo-react-popup
Syntax:
jsx
<PopupPropsContext.Provider value={props => ({ ...props, appendTo: document.querySelector('myPopupsContainer') })}>
<DropDownList />
<Editor />
</PopupPropsContext.Provider>
Properties
props
ProviderProps<(props: PopupProps) => PopupProps>
The props of the PopupPropsContext component.