Forum Discussion
Nigel Witherdin
Sep 25, 2019Iron Contributor
SharePoint Online not respecting target="_blank" anymore?
Hi, I have custom spfx webparts that have links in them which the users wish to be opened in a new tab when clicked. This was achieved using the typical target="blank" parameter, but just over the l...
- Sep 26, 2019
Nigel Witherdin you need data-interception="off"
This is a very detailed post explaining the issue:
https://julieturner.net/2018/08/spfx-anchor-tags-hitting-the-target/
Hope this helps