Show that something is clickable?

I have a textbox with an onclick event attached to it, I was wondering if it is possible to show that the textbox is clickable like when you normally hover your mouse over a button it has the pointing hand showing you can click it?
image
The button is as above and the blue area is actually a button but with the textbox and other components covering it you cannot click the button itself so I had to add the onclick event to the label.

Hi @jwilliams, in the style options you should be able to set ‘Cursor’ to ‘Pointer’ for the textbox. ‘Cursor’ can be found under the ‘Misc’ section if you are using the style popup UI.

@matthew.ayre Thank you! I had not even thought to look there for that.

1 Like