mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
678 B
678 B
title, category
| title | category |
|---|---|
| Input tag | HTML |
<input ...
disabled
required
checked
autofocus
autocomplete='off' <!-- autocomplete -->
autocompletetype='cc-exp'
autocapitalize='off' <!-- for mobiles -->
pattern='\d*' <!-- force numeric input in iOS -->
Input types
Text:
- hidden
- month
- password
- tel
- text
- search
- week
Time:
- date
- datetime
- datetime-local
- time
Etc:
- file
- radio
- checkbox
Buttons:
- button
- reset
- submit
- image
Numeric:
- number
- range