textArea component - making it non-selectab;e

Hi guys!

I don’t seem to be able to make my textArea comp non-selectable

I’ve set it through the component’s properties AND I’ve set it in code:

textArea.selectable = false;
textArea.editable = false;

is there another property I need to target?

cheers
:h: