With input's you are able to create a object where the user can type something in.
Here are all possible functions available for inputs:
Remember input inherits from object:
setInputType
changes the input type
parameters: string value ("text", "password", "number")
returns: self