Component parameter: Open link on new tab

Hi,

Im using button components with a set of parameters.
I found a way to add the open on new tab and it worked for a while, but now it doenst work.

How can i solve it?

"target" : {
            "type" : "choose",
            "label" : "Target",
            "initial" : "_self",
            "options" : [
              { "value" : "_self", "label" : "_self" },
              { "value" : "blank", "label" : "_blank" }
            ]
          }
}

image

Hello @CulturalInfusion,

Thanks for writing to us.

It seems that there is an issue with your option value. I would suggest that you please set the _blank, not blank. Please clear your browser cache and recheck it again.

Hope it helps
Thanks

Hi @prakash_s,

Yes, there was that issue indeed. But i fixed it, clean browser, cornerstone and plugin cache and the issue (not opening on a new tab) still persists.

What am i missing?