the type of the text input
{ view:"text", type:"password", label:"Password" }
The parameter can take only one of a predefined set of values.
'Password' type ensures that input symbols are displayed as asterisks while 'email' and 'url' are vital for HTML5 input data validation.