Sha256: 472e5618ac210379a605ce71875f6ab737b6eab7263559dd9f5ab6f0a9d44551

Contents?: true

Size: 807 Bytes

Versions: 3

Compression:

Stored size: 807 Bytes

Contents

name: Select (experimental)
description: A dropdown select
part_of_admin_layout: true
govuk_frontend_components:
  - select
accessibility_criteria: |
The component must:
  - accept focus
  - be focusable with a keyboard
  - be usable with a keyboard
  - indicate when it has focus
examples:
  default:
    data:
      id: 'dropdown1'
      label: 'My Dropdown'
      options:
      - text: 'Option one'
        value: 'option1'
      - text: 'Option two'
        value: 'option2'
      - text: 'Option three'
        value: 'option3'
  with_preselect:
    data:
      id: 'dropdown2'
      label: 'My Dropdown'
      options:
      - text: 'Option one'
        value: 'option1'
      - text: 'Option two'
        value: 'option2'
        selected: true
      - text: 'Option three'
        value: 'option3'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
govuk_publishing_components-9.8.0 app/views/govuk_publishing_components/components/docs/select.yml
govuk_publishing_components-9.7.0 app/views/govuk_publishing_components/components/docs/select.yml
govuk_publishing_components-9.6.0 app/views/govuk_publishing_components/components/docs/select.yml