UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 212 B
```css // Property: passwordMask // Description: Obscure the input text from the user. // Component(s): Ti.UI.TextField '.password-mask': { passwordMask: true } '.password-mask-false': { passwordMask: false } ```