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 use valueBox to dynamically create links based on user input. When the dashboard first launches, everything works as expected. Clicking on the value box opens the link. However, when I change the input and click on the value box again, it opens two tabs, one for the old link and one for the new link. If I change the input again, clicking the value box would open three tabs. It appears that somehow the value box "remembers" all previous links and open all of them when clicked.
Here is a minimum example. I comment out the code so that GitHub doesn't try to render the markdown.
I use
valueBox
to dynamically create links based on user input. When the dashboard first launches, everything works as expected. Clicking on the value box opens the link. However, when I change the input and click on the value box again, it opens two tabs, one for the old link and one for the new link. If I change the input again, clicking the value box would open three tabs. It appears that somehow the value box "remembers" all previous links and open all of them when clicked.Here is a minimum example. I comment out the code so that GitHub doesn't try to render the markdown.
The text was updated successfully, but these errors were encountered: