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