jquense / react-bootstrap-modal

React port of jschr's better bootstrap modals
Other
89 stars 51 forks source link

Not showing in bootstrap 3.3.7 #40

Closed devmetal closed 7 years ago

devmetal commented 7 years ago

Hi, i use boostrap 3.3.7 and when i set the show property true, the backdrop is showing up, but the modal is not. When i check in developer console, i see the modal style still display: none.

I create a pr for this and the readme example.

jquense commented 7 years ago

that sounds like an issue with the css your including? all the modal display bits should be handled by the bootstrap css file

devmetal commented 7 years ago

Maybe, but i not rewrite any css class or style. I use pure bootstrap. When i check the modal in inspector i see display: none after i set show property ture. At home i will paste here my example.

trajano commented 7 years ago

I wonder if it is the same issue with Bootstrap 4.0.alpha6. It could be with the fade class because if I use bootstrap4 on http://jsfiddle.net/surjithctly/5gBff/1/ with fade nothing renders but without at least something (though out of whack) appears.

jquense commented 7 years ago

V4 of bootstrap is not supported at the moment