This one shows up, because the action exists.
Hyperlink ("#", "Click me!", "", "", "", 0)
This one does not, where action is an empty string.
Hyperlink ("", "Click me!", "", "", "", 0)
I would expect the empty string to instead display like a hyperlink (with the cursor changing to a pointing finger, etc.) but functionally not do anything. This keeps things consistent and I don't have to work around it for situations where I want the output to display but the functionality to be blocked temporarily.
This one shows up, because the action exists.
This one does not, where action is an empty string.
I would expect the empty string to instead display like a hyperlink (with the cursor changing to a pointing finger, etc.) but functionally not do anything. This keeps things consistent and I don't have to work around it for situations where I want the output to display but the functionality to be blocked temporarily.