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
I am trying to combine using tabs and a model form to vary 2 variables and when switching tabs the submit on change of the model form seems to stop working. But then, refreshing the page works well but swtiching tabs again breaks it again. see the video below for a more "ui" explanation of the issue.
Let me know if i should try to explain more; also included a code snippet to reproduce.
Also, sorry if i used one of the component in a wrong way and it forces this error.
video
Screen.Recording.2024-06-03.at.11.01.38.mov
reproducible example uvicorn main:router --reload:
I am trying to combine using
tabs
and amodel form
to vary 2 variables and when switching tabs thesubmit on change
of the model form seems to stop working. But then, refreshing the page works well but swtiching tabs again breaks it again. see the video below for a more "ui" explanation of the issue.Let me know if i should try to explain more; also included a code snippet to reproduce.
Also, sorry if i used one of the component in a wrong way and it forces this error.
video
Screen.Recording.2024-06-03.at.11.01.38.mov
reproducible example
uvicorn main:router --reload
:The text was updated successfully, but these errors were encountered: