JD Isaacks
JD Isaacks

Reputation: 57974

Flex: Prevent highlight on object with focus?

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

Answers (2)

Roddy Bee
Roddy Bee

Reputation: 614

focusEnabled="false" will prevent tabbing at all if it not needed

Upvotes: 0

Simon
Simon

Reputation: 12488

Just set the focusThickness style to 0.

Upvotes: 3

Related Questions