Hi!
I have an input Text Field with the autoSize property set to true, a DropShadow filter, and with a default text value of “Your text here”.
When the user enters text in the Text Field, and if their entry exceeds the length of the default text, everything typed after that length is reached APPEARS to have been truncated.
However, when I turn the DropShadow off, the TextField expands to the requirements of the newly entered text. This proves that the TextField actually autosized, but just didn’t show the additional characters when the DropShadow was applied. I can then turn the DropShadow back on, showing all of the text in the Text Field.
Does anyone know how to autoSize a textfield(so that the user can actually see the expanded TextField) when a DropShadow filter has been applied?