Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (3.4.0)
Viewing all articles
Browse latest Browse all 66

TextField w/ passwordMask:true does not allow input - SDK 3.4.0

$
0
0

Has anyone experienced a TextField w/ passwordMask:true not allowing any input. Once you set password mask in style or in alloy it does not allow any input to the TextField.

".textfieldPassword": {
    hintText: "Password",
    passwordMask: true,
    maxLength: 20,
    keyboardType: Titanium.UI.DEFAULT,
    autocorrect: false,
    autocapitalization: Titanium.UI.TEXT_AUTOCAPITALIZATION_NONE,
    returnKeyType: Ti.UI.RETURNKEY_DONE
},
<TextField id="textfieldPassword" class="textfieldForm textfieldPassword" onReturn="textfieldPassword_return" />
I know Studio and SDK and OS are all still beta, just curious if anyone else has experienced the same.

Thanks in advance.

Ti Studio: 3.4.0.201409101241 TivSDK 3.4.0 Alloy 1.5 OSX 10.10 dp7 Xcode 6


Viewing all articles
Browse latest Browse all 66

Trending Articles