I have TextArea
and TextField
in my app. I have managed to give focus to TextField
on the start and made TextArea
impossible to edit. I want to also somehow turn off possibility to focus it with forexample mouse click or TAB cycling.
Is there any suitable way to do it?
You need to use:
Example demonstration :