UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 310 B
```css // Property: inputType // Description: Input type to accept in the text field. Also influences the Keyboard type to display. // Component(s): Ti.UI.TextField '.input-type-class-number': { inputType: Ti.UI.INPUT_TYPE_CLASS_NUMBER } '.input-type-class-text': { inputType: Ti.UI.INPUT_TYPE_CLASS_TEXT } ```