Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Month - The month input type functions like the Date type, with the exception there is no day indicated in the format. It allows the user to only select a month and year.

Number - The number type should be used when a field is set to contain a numeric value you want to impose a restriction on.

Tel - This input type would be used for a field needing a telephone number format.

URL - The url type is for input fields containing a URL address. For mobile browsers this field allows your device to recognize the email type and change the on-screen keyboard to match (giving .com options depending on the device).

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.

...