You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, I can't replicate it. This example https://framework7.io/docs/sheet-modal.html#examples doesn't have closeByBackdropClick: false so it works correctly. Would be good to see example that illustrates the issue
It looks like the bug is that if close-by-backdrop-click is mounted as true, but then later changes to false, then f7 doesn't use the updated bound variable. This example simulates the use-case of some work in progress (e.g., network call), and we don't want the sheet to close.
Describe the bug
Sheet Modal with backdrop enabled and closeByBackdropClick disabled is still closing when clicking backdrop.
To Reproduce
Steps to reproduce the behavior:
Check out the Swipe To Close example at:
https://framework7.io/docs/sheet-modal.html#examples
Expected behavior
Modal shouldn't close.
Actual Behavior
Modal closing
The text was updated successfully, but these errors were encountered: