question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Closing the full modal

See original GitHub issue

How do i programmatically close the full screen view without having to tap the X ? <ImageModal ref = {ref => this.previewBox = ref}... this.previewBox.close() or something ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dev-yakuzacommented, Oct 10, 2020

Hi @vrgimael

Thanks for your opinions and for reporting the bug. 🙇‍♂️

I will add the ref and disabled props and I think it will solve the bug with scrolling. You can disable and enable the opening model feature when the user scrolls the list. 🤔

I will add them asap! 🚀

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Close Bootstrap Modal - jquery - Stack Overflow
// We use data-dismiss property of modal-up in html to close the modal-up,such as <div class='modal-footer'><button type='button' class="btn btn-default" data- ...
Read more >
Modal - Bootstrap
Tooltips and popovers can be placed within modals as needed. When modals are closed, any tooltips and popovers within are also automatically dismissed....
Read more >
How to handle the modal closing event in Twitter Bootstrap?
modal : This event is fired when the modal has finished being hidden from the user and will then wait for CSS transitions...
Read more >
Close modal screen with a button - Coda Maker Community
Closing a modal form works with escape or by clicking the ''X" at the top of the screen. Closing a full-screen modal can...
Read more >
How to close modal in Bootstrap - code helpers
There are few ways to close modal in Bootstrap: click on a backdrop, close icon, or close button. You can also use JavaScript...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found