I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
Ability to support React-Portal in Modal.confirm (already supported by modal, but not Modal.confirm), thus, modal can be rendered using React 16's portal
It is supported by rc-dialog already,
you just need to pass down the getContainer props down to the dialog, this
function will be called by rc-dialog and renders the modal to the given DOM
Node by the function. I already use it in ant-modal, just need the props to
be pass down as well in Modal.confirm
you can see my sample codes above.
@yesmeck
What problem does this feature solve?
Ability to support React-Portal in Modal.confirm (already supported by modal, but not Modal.confirm), thus, modal can be rendered using React 16's portal
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: