Reputation: 57974
I have a TextInput object that highlights when it is focused...I would like it not to highlight when it is focused...seems like something that should be simple but I can't figure out a way to stop it? Any ideas?
Thanks!
Upvotes: 0
Views: 564
Reputation: 614
focusEnabled="false" will prevent tabbing at all if it not needed
Upvotes: 0