Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLinkable valueBox "remembers" previous links #139
Comments
|
Thanks for the report, should now be fixed on master |
I use
valueBoxto 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.