Basic Inputs
Your password must be between 8 and 30 characters.
Hold shift or press ctrl for multi-select.
HTML Input Types
Try selecting more than one file when browsing for files.
A search field behaves like a regular text field.
Sizing
.form-control-sm
.form-control
.form-control-lg

Input Attributes
autofocus on page load
Submit the form to see it in action
The input readonly attribute specifies that an input field is read-only
The value of a disabled input field will not be sent when submitting the form
Advance Input Attributes
maxlength set to 4 characters
Enter a date before 1980-01-01
Enter a date after 2000-01-01
i.e. between 1 and 5
step set to 3
pattern attribute - three-letter country code
The datalist tag is not supported in Safari 12.0 (or earlier).