AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

'Now Record' - Save close all modals if nested #575

Open mtShuebner15 opened 7 years ago

mtShuebner15 commented 7 years ago

I use the Modal-component from react-bootstrap. Inside this modal is a react-bootstrap-table table. When I add a new row, another modal (the 'New Record' modal) is opening. When I press 'Close' just the 'New Record'-modal is closing. Everything works fine. When I press save both modals are closing. Is there a way to prevent that both modals are closing when I hit 'Save'?

Thank you for your help!

AllenFang commented 7 years ago

@mtShuebner15, sorry for lately reply. This issue will be fixed on v3.0.0, because I wont use the bootstrap modal because there're some issues. So just wait for v3.0.0

You can check the plan for v3.0.0