[TIMOB-19894] Windows: TextField's passwordMask attribute does not work on Windows Phone
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-11-11T01:10:06.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | TextField, Windows, passwordMask |
Reporter | Thomas Neerup |
Assignee | Kota Iguchi |
Created | 2015-07-13T08:40:05.000+0000 |
Updated | 2017-03-16T22:33:07.000+0000 |
Description
TextField's passwordMask attribute does not work on Windows Phone
Run the folowing code:
<Alloy>
<Window >
<TextField passwordMask="true" top="10" width="200"/>
</Window>
</Alloy>
The TextField displays letter not the *'s it should.
https://github.com/appcelerator/titanium_mobile_windows/pull/471
Closing ticket as fixed.