Skip to content

All <input> types implemented

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 01 Jan 17:31
· 52 commits to master since this release

The W3C specification for input types is available at: https://www.w3.org/TR/html51/sec-forms.html#sec-states-of-the-type-attribute

Implemented:

  • type=hidden (no validation required)
  • type=text (no validation required)
  • type=search (no validation required)
  • type=tel
  • type=url
  • type=email
  • type=password (no validation required)
  • type=date
  • type=month
  • type=week
  • type=time
  • type=datetime-local
  • type=number
  • type=range