Skip to content

Commit

Permalink
Merge pull request #1857 from alphagov/better-autocomplete-example
Browse files Browse the repository at this point in the history
Use better 'autocomplete' example for date input
  • Loading branch information
36degrees committed Jul 15, 2020
2 parents 436a599 + 4487588 commit 36edb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/components/date-input/date-input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ params:
- name: autocomplete
type: string
required: false
description: Attribute to [identify input purpose](https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html), for instance "postal-code" or "username". See [autofill](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill) for full list of attributes that can be used.
description: Attribute to [identify input purpose](https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html), for instance "bday-day". See [autofill](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill) for full list of attributes that can be used.
- name: pattern
type: string
required: false
Expand Down

0 comments on commit 36edb2f

Please sign in to comment.