-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login screen - open via prop change only works once #3934
Comments
Hi @nolimits4web , I have tried it but it's not working and I can't bring up a codesandbox as it keeps giving |
What you have tried? You need to update F7 to 6.2.0 |
I tried it in my local. I think it's better to put up a codesandbox to show. Now I have different error after updating F7 to 6.2.0. |
If you have different error, create a different issue describing the issue |
Sorry, I think there's some issues with other F7 components. After I've removed them, its fine now. I have simulate it in the codesandbox provided. https://codesandbox.io/s/frosty-smoke-oeoui?file=/App.svelte. Can you please help to check? Currently, I always need to toggle twice for the loginScreen to appear or disappear. |
Describe the bug
I am using login screen component and open it via prop change. But after the first time open and close, it would not open again.
To Reproduce
This bug is happening even in the documentation. [https://framework7.io/svelte/login-screen.html] (https://framework7.io/svelte/login-screen.html)
Steps to reproduce the behavior:
Expected behavior
In Step 5, the login screen should appear again no matter how many times I repeat Step 3 and 4.
In the documentation, it should works like the other button 'as overlay
Actual Behavior
In Step 5, the login screen is not appearing although it should
Additional context
I have tried Login Screen API and Link/Button with loginScreenOpen property. They work just fine but the prop change is a bit problematic.
The text was updated successfully, but these errors were encountered: