Sha256: bca42e24fe38b4ca8b489a830be5f5953cfccf6b73fba92491e97acbf6c8f675

Contents?: true

Size: 1.78 KB

Versions: 46

Compression:

Stored size: 1.78 KB

Contents

<div class="govuk-form-group govuk-form-group--error">
  <fieldset class="govuk-fieldset" role="group" aria-describedby="dob-month-error-hint dob-month-error-error">
    <legend class="govuk-fieldset__legend">
      What is your date of birth?
    </legend>
    <div id="dob-month-error-hint" class="govuk-hint">
      For example, 31 3 1980
    </div>
    <p id="dob-month-error-error" class="govuk-error-message">
      <span class="govuk-visually-hidden">Error:</span> Error message goes here
    </p>
    <div class="govuk-date-input" id="dob-month-error">
      <div class="govuk-date-input__item">
        <div class="govuk-form-group">
          <label class="govuk-label govuk-date-input__label" for="dob-month-error-day">
            Day
          </label>
          <input class="govuk-input govuk-date-input__input govuk-input--width-2" id="dob-month-error-day" name="dob-month-error-day" type="text" inputmode="numeric">
        </div>
      </div>
      <div class="govuk-date-input__item">
        <div class="govuk-form-group">
          <label class="govuk-label govuk-date-input__label" for="dob-month-error-month">
            Month
          </label>
          <input class="govuk-input govuk-date-input__input govuk-input--width-2 govuk-input--error" id="dob-month-error-month" name="dob-month-error-month" type="text" inputmode="numeric">
        </div>
      </div>
      <div class="govuk-date-input__item">
        <div class="govuk-form-group">
          <label class="govuk-label govuk-date-input__label" for="dob-month-error-year">
            Year
          </label>
          <input class="govuk-input govuk-date-input__input govuk-input--width-4" id="dob-month-error-year" name="dob-month-error-year" type="text" inputmode="numeric">
        </div>
      </div>
    </div>
  </fieldset>
</div>

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
govuk_publishing_components-45.7.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.6.1 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.6.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.5.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.4.1 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.4.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.3.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.2.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.1.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-45.0.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.11.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.10.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.9.1 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.9.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.8.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.7.1 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.7.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.6.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.5.0 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html
govuk_publishing_components-44.4.2 node_modules/govuk-frontend/dist/govuk/components/date-input/template-with-error-on-month-input.html