clickLink onClick validation should not trigger when target="_blank"
Open
bug
discussion
semver: patch
- Dominant language
- Elm
- Stars
- 95
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Clicking a link with `onClick` and `target="blank"` should be allowed, but currently gives:
```
clickLink "View tutorial": Found an `` tag has an onClick handler, but the handler is overriding ctrl-click and meta-click.
A properly behaved single-page app should not override ctrl- and meta-clicks on `` tags because this prevents users from opening links in new tabs/windows.
Use `onClickPreventDefaultForLinkWithHref` defined at instead of `onClick` to fix this problem.
See discussion of this issue at .
```
Contributor guide
Assessment
This issue has not been assessed yet.