Hi everybody ! I have a problem with spark Textinput with displayAsPassword to true on IPad and IPhone. The textinput works, it shows the prompt, when I focus the textinput it hides prompt, and I can put text inside. But when I focus out the textinput to valid form, the content of Texinput is hiding (rounds that hide text not appears), like no text was enter (but property text is not empty, I test with trace text on focus out).
I use Flex SDK 4.12.1, and the default TextInputSkin for mobile (spark.skins.mobile.TextInputSkin). <s:TextInput id="pwdTi" displayAsPassword="true" prompt="enter password" width="100%"/> Have you got any suggestion to show correctly entered password ? (On Air mobile application, it works perfectly). Thanks :) -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-on-IOS-Textinput-with-displayAsPassword-show-empty-text-on-focus-out-tp6421.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
