Packages

package dateinput

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DateInput(id: String = "", namePrefix: Option[String] = None, items: Seq[InputItem] = Seq.empty, hint: Option[html.components.Hint] = None, errorMessage: Option[html.components.ErrorMessage] = None, formGroup: FormGroup = FormGroup.empty, fieldset: Option[html.components.Fieldset] = None, classes: String = "", attributes: Map[String, String] = Map.empty) extends Product with Serializable

    Parameters to GovukDateInput Twirl template

    Parameters to GovukDateInput Twirl template

    id

    id attribute for the wrapper div

    namePrefix

    optional name prefix for each of the inputs in the date control

    items

    sequence of InputItems

    hint

    optional Hint for the control

    errorMessage

    optional ErrorMessage to display

    formGroup

    additional CSS classes/attributes/etc. to apply to the form group

    fieldset

    optional Fieldset used to wrap the date input control

    classes

    optional additional CSS classes to apply to the wrapper div

    attributes

    optional additional HTML attributes to apply to the wrapper div

  2. final case class InputItem(id: String = "", name: String = "", label: Option[String] = None, value: Option[String] = None, autocomplete: Option[String] = None, pattern: Option[String] = None, classes: String = "", attributes: Map[String, String] = Map.empty, inputmode: Option[String] = None) extends Product with Serializable

Value Members

  1. object DateInput extends Serializable
  2. object InputItem extends Serializable

Ungrouped