<div class="form-item ">
    <label for="type-tel-1">
        Input type tel

    </label>
    <input type="tel" id="type-tel-1" value="">
</div>
{{#> @form-item}}
  {{> @input}}
{{/ @form-item}}
{
  "label": "Input type tel",
  "id": "type-tel-1",
  "type": "tel"
}

Form item input

form-item-input gives the <input> element and the accompanying <label> a container with the following properties:

  • full width of the <input> element within its container (useful for putting inside more complex layouts, like a grid)
  • support for status messages (changes the color of the input itself as well as any help message present)