How do you remove the border of a Flex 4 TextArea Component (spark themed halo)

Joel Hooks picture Joel Hooks · Jun 25, 2009 · Viewed 9.5k times · Source

With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the Flex 4 SDK ad the Spark theme, this has no effect.

Answer

bz. picture bz. · Jan 7, 2010

Try something like:

borderVisible="false"