Text
The text field is a standard input field that allows users to enter text. It is used for single-line text input.
Input types
Input type can be provided using the inputType
key. The default input type is text
. Supported input types include all valid HTML5 input types:
text
email
url
tel
date
time
password
file
hidden