browser icon indicating copy to clipboard operation
browser copied to clipboard

If target "_self" is set, the url is loaded even if it's an internal request

Open pfiadDi opened this issue 5 years ago • 0 comments

If "target" "_self" is set, by using Html.Attributes.target, the request is, in any case, loaded even if it's an internal request.

Expected behavior: If target _self is set, the LinkClicked Browser.UrlRequestMsg should fire and the link not loaded.

Example https://ellie-app.com/8srZ9JVwsfta1

pfiadDi avatar Mar 30 '20 14:03 pfiadDi