dash-html-components icon indicating copy to clipboard operation
dash-html-components copied to clipboard

Clicking on an anchor tag refreshes the page and loses state

Open dldx opened this issue 6 years ago • 0 comments

If I use html.A("Go to section1", href="#section1") to scroll to an anchor, the page seems to refresh and lose its state. This makes it very difficult to use anchor tags at all because state is instantly lost... Ideally, I would like to store state within the url but this isn't currently possible because of #44

Not sure if this is a bug or just a problem with my implimentation though.

dldx avatar Feb 15 '19 12:02 dldx