Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 4.41 KB

File metadata and controls

44 lines (39 loc) · 4.41 KB

HTML Input Types and Attributes

All input types and attributes are listed in the table below. The table also indicates which input types support which attributes.

autocomplete required list max min step placeholder pattern maxlength minlength autocapitalize checked switch colorspace alpha
checkbox x x x
color x x x
date x x x x x x
datetime-local x x x x x x
time x x x x x x
range x x x x x
number x x x x x x x x
password x x x x x x
tel x x x x x x x
email x x x x x x x x
text x x x x x x x x
url x x x x x x x x
autocomplete required list max min step placeholder pattern maxlength minlength autocapitalize checked switch colorspace alpha
On all classes x x x
IRangeable x x x
IStringControls x x x
IPlaceHolder x
IAutoCapitalize x

Java and HTML Input Types

Java Type Element
Boolean checkbox
Color color
LocalDate date
LocalDateTime datetime-local
LocalTime time
Integer / Long / Float range
Integer / Long / Float number
String password
String tel
String email
String text
URL url