Module

textInputTypes

Text input types. These types are based on the HTML input type attribute.
Author:

View Source components/FormInputs/TextInputs/textInputTypes.js, line 1

Members

string

# static constant EMAIL

Email input type

View Source components/FormInputs/TextInputs/textInputTypes.js, line 19

string

# static constant NUMBER

Number input type

View Source components/FormInputs/TextInputs/textInputTypes.js, line 31

string

# static constant PASSWORD

Password input type

View Source components/FormInputs/TextInputs/textInputTypes.js, line 25

string

# static constant TEL

Telephone input type

View Source components/FormInputs/TextInputs/textInputTypes.js, line 37

string

# static constant TEXT

Text input type

View Source components/FormInputs/TextInputs/textInputTypes.js, line 13

string

# static constant URL

URL input type

View Source components/FormInputs/TextInputs/textInputTypes.js, line 43