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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: