-
Notifications
You must be signed in to change notification settings - Fork 0
Date picker
Lydia Gray edited this page Jun 19, 2020
·
6 revisions
Date pickers will use the text input component, setting the type as a "date", e.g.
<input type="date">
with the placeholder text "DD/MM/YYYY". When a user clicks into the text input, the HTML 5 date picker will appear.
The appearance of the date picker is decided by the browser.
Google Chrome:
Mozilla Firefox:
Microsoft Edge:
IE11 & Safari desktop: These browsers do not support this feature and will render a simple textbox with placeholder text
- Accessibility
-
Components
- Accordion
- Add another
- Back link
- Breadcrumbs
- Button
- Calendar
- Character count
- Checkboxes
- Date input
- Date picker
- Details
- Error message
- Error summary
- Fieldset
- File upload
- Footer
- Header
- Hint text
- Inset text
- Map
- Multiple File upload
- Notification banner
- Panel
- Phase banner
- Radio button
- Select
- Skip link
- Text area
- Text input
- Time selection
- Warning text
- Layouts
- Styles
- Technical Decisions
- Patterns