react-modal-bootstrap icon indicating copy to clipboard operation
react-modal-bootstrap copied to clipboard

Modal component for React with bootstrap style.

Results 10 react-modal-bootstrap issues
Sort by recently updated
recently updated
newest added

I have an error while integrating react-modal-bootstrap into my application "react": "^16.3.1", "react-dom": "^16.3.1", "react-modal-bootstrap": "^1.1.1",

Hello - thanks for your hard work on this module. I've found that, if I click the modal-backdrop during the modal's closing animation (during the 0.4 second transition), the modal...

Steps to reproduce: 1. Open a modal dialog with bunch of data (enough data to get scroll in browser) 2. scroll browser to bottom 3. click outside of popup 4....

Somehow I'm getting this encoding issue on 'cross' button on the modal's header. I've tried fixing headers for utf-8 encoding but it doesn't work. I can't modify the js to...

[React 16](https://facebook.github.io/react/blog/2017/09/26/react-v16.0.html) was released today as "The deprecations introduced in 15.x have been removed from the core package", which means the warnings mentioned in #13 break this package now. Note...

I have a modal dialog that have enough information to get scroll in browser, but once I open a sub modal, the scroll disappears (which I'm OK with, no problem...

When using browserify with babelify, an error occur : `ReferenceError: [BABEL] /path/to/node_modules/react-modal-bootstrap/lib/index.js: Using removed Babel 5 option: /path/to/node_modules/react-modal-bootstrap/.babelrc.stage - Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets while parsing file: /path/to/node_modules/react-modal-bootstrap/lib/index.js`...

Getting the above warning in 'react-modal-bootstrap'. Please upgrade the react library and import right propTypes.

Can you change the Modal to replace addEventListener to attachEvent, and removeEventListener to detachEvent, so that the modal can work well on IE8? ``` this.componentDidMount = function () { if(document.addEventListener){...

When you open a modal, the modal doesn't have the focus. So when you press the ESC key, it doesn't close the modal

bug
help wanted