-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
- Framework7 version: 7.0.9
- Svelte version: 7.0.9
- Platform and Target: any
- Live Link or CodeSandbox/CodeSandbox: https://codesandbox.io/p/sandbox/async-surf-w0pcsc
Describe the bug
If you open and close the sheet using a bind, everything does not work as expected.
When opened, the entire sheet opens, along with the step, and after closing, the value of the opened does not change and it cannot be reopened.
If you remove style="height: auto;"
, the sheet will open and close normally, but it will not be possible to scroll through and open step.
No closing events are triggered.
To Reproduce
Steps to reproduce the behavior:
- Click "OPEN"
- Close the sheet
- Repeat
Expected behavior
The state of the sheet is managed using a bind and works fine. Step works as it should.
Actual Behavior
Sheet does not work as expected.
Additional context
I think the problem is simultaneous swipeToClose and bind:opened. Individually, everything works as it should.
Metadata
Metadata
Assignees
Labels
No labels