Sha256: a064218e3332639f7c720afac5fd32ace34c251d319a8983d1d8139eb1bfc8ec

Contents?: true

Size: 824 Bytes

Versions: 26

Compression:

Stored size: 824 Bytes

Contents

<fieldset>

  <legend>Date of birth</legend>

  <div class="form-date">

    <p class="form-hint" id="dob-hint">For example, 31 3 1980</p>

    <div class="form-group form-group-day">
      <label for="dob-day">Day</label>
      <input class="form-control" id="dob-day" name="dob-day" type="number" pattern="[0-9]*" min="0" max="31" aria-describedby="dob-hint">
    </div>

    <div class="form-group form-group-month">
      <label for="dob-month">Month</label>
      <input class="form-control" id="dob-month" name="dob-month" type="number" pattern="[0-9]*" min="0" max="12">
    </div>

    <div class="form-group form-group-year">
      <label for="dob-year">Year</label>
      <input class="form-control" id="dob-year" name="dob-year" type="number" pattern="[0-9]*" min="0" max="2016">
    </div>
  </div>

</fieldset>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
gov_uk_date_fields-3.2.0 test/sample.html
gov_uk_date_fields-3.2.0.rc3 test/sample.html
gov_uk_date_fields-3.2.0.rc2 test/sample.html
gov_uk_date_fields-3.2.0.rc1 test/sample.html
gov_uk_date_fields-3.1.0 test/sample.html
gov_uk_date_fields-3.0.0 test/sample.html
gov_uk_date_fields-2.2.0 test/sample.html
gov_uk_date_fields-2.1.1 test/sample.html
gov_uk_date_fields-2.1.0 test/sample.html
gov_uk_date_fields-2.0.3 test/sample.html
gov_uk_date_fields-2.0.2 test/sample.html
gov_uk_date_fields-1.2.3 test/sample.html
gov_uk_date_fields-1.2.2 test/sample.html
gov_uk_date_fields-1.2.1 test/sample.html
gov_uk_date_fields-1.2.0 test/sample.html
gov_uk_date_fields-1.1.0 test/sample.html
gov_uk_date_fields-1.0.9 test/sample.html
gov_uk_date_fields-1.0.8 test/sample.html
gov_uk_date_fields-1.0.7 test/sample.html
gov_uk_date_fields-1.0.6 test/sample.html