HTML5 defines a number of content specific input types that utilise native behaviours to display and edit input elements in a way that is familiar to the user. For example, a Date input type displays a calendar.
You can set an input type of a Field using its Display type property. Display types include:
- Color
- Date
- Datetime-local
- Email
- Month
- Number
- Password
- Range
- Search
- Telephone
- Text
- Time
- URL
- Week
Some input types have additional behaviours you can set using Custom Attributes. For example, a Number input can have min
, max
and step
attributes.