Skip to content

Commit

Permalink
Remove redundant variation_group_name
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 22, 2024
1 parent 16ddc6a commit 123014a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/pages/date-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ variation_groups:
- variations:
- variation_is_deprecated: false
variation_name: Date picker
variation_description: Date inputs use the browser's built-in date picker, where
variation_description:
Date inputs use the browser's built-in date picker, where
available, otherwise they fall back to a text input.
variation_code_snippet: <input type="date" class="a-text-input" placeholder="mm/dd/yyyy">
variation_group_name: Types
- variation_is_deprecated: false
variation_name: Date picker (full-width)
variation_description: Date inputs may use the `a-text-input--full` modifier to
variation_description:
Date inputs may use the `a-text-input--full` modifier to
fill their available space.
variation_code_snippet: <input type="date" class="a-text-input
a-text-input--full" placeholder="mm/dd/yyyy">
variation_group_name: Types
variation_group_name: Types
accessibility: >-
Inputs should always be paired with a `label` for accessibility reasons.
Users of screen readers use the tab key to move focus from one form control to another. Make sure that tab focus order reflects the way you would like users to navigate through the form. Consider whether tabs should move a user down or across the page.
related_items: "* [Text inputs ](https://cfpb.github.io/design-system/components/text-inputs)"
related_items: '* [Text inputs ](https://cfpb.github.io/design-system/components/text-inputs)'
---

0 comments on commit 123014a

Please sign in to comment.