L’immatriculation est obligatoire.

          

HTML


PUG

.form-group-version2
  .wrapper-label
    .field-label
      label(for="field-text-immat-1") Immatriculation
  .field-item.-textbox.-immatriculation
    input(type="text", placeholder='AB-123-AB')#field-text-immat-1/

.form-group-version2.has-error
  .wrapper-label
    .field-label
      label(for="field-text-immat-2") Immatriculation : #[code has-error]
  .field-item.-textbox.-immatriculation
    input(type="text", placeholder='AB-123-AB', aria-describedby='error-text-immat-2')#field-text-immat-2/
  .help-block
    p#error-text-immat-2 L’immatriculation est obligatoire.

.form-group-version2
  .wrapper-label
    .field-label
      label(for="field-text-immat-3") Immatriculation : #[code readonly]
  .field-item.-textbox.-immatriculation
    input(type="text", placeholder='AB-123-AB', readonly)#field-text-immat-3/

.form-group-version2
  .wrapper-label
    .field-label
      label(for="field-text-immat-4") Immatriculation : #[code disabled]
  .field-item.-textbox.-immatriculation
    input(type="text", placeholder='AB-123-AB', disabled)#field-text-immat-4/