I am using the dropdown element - and setting a click event onclick of the drop down item. This has worked fine previously, now it seems I cannot avoid the dropdown item click taking me to my root url.
Embarrassingly found the solution (based on your question). None of these had a href="#" which is what they get by default, normally. When I put these back in - it remains on the page and doesn’t redirect.