open multiple Dialog . and when closed . you see a blank white screen. #1107
Unanswered
bobwatcherx
asked this question in
Q&A
Replies: 1 comment
-
@bobwatcherx , see if this helps:
self.dialogResetPassword.open = True
time.sleep(1) # you can do a sleep for sub-second timings too
self.page.update() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I opened as many as 2 dialogs. simultaneously. and of course in the first dialog there is a button to open the second dialog. and when the two dialogs are closed . you can see an empty white container. and must be reloaded

Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions