GibbsConsulting / django-plotly-dash

Expose plotly dash apps as django tags
MIT License
560 stars 125 forks source link

target param for links no longer working #414

Open amd-pscannell opened 2 years ago

amd-pscannell commented 2 years ago

html.A('google', href='google.com', target="_blank")

Works as intended in version 1.6.4 Breaks in any updated versions.

target="_self" does work

GibbsConsulting commented 2 years ago

@amd-pscannell is there any output in the browser console? And can you also inspect the page (dynamically) to see what is actually in the DOM?