...
These properties are used to specify an input type for the textbox. These are primarily used for mobile purposes, but are supported by HTML5 capable browsers.If this field is not set a standard textbox element will be used by default.
Auto-Complete Choices
You can also set a series of choices using a comma separated list to allow an auto-complete function to the textbox. This functionality can also be set by using a database file to populate the choices and values.
Database-Driven Auto-Complete
...