Skip to content

v3.4.0

Latest

Choose a tag to compare

@gunndabad gunndabad released this 17 Oct 14:23

Targets GOV.UK Frontend v5.13.0.

New features

<govuk-date-input>

The prefix used for generated error messages can now be specified by an error-message-prefix attribute on <govuk-date-input>
instead of using [DateInput(ErrorMessagePrefix = "...")] on the model property.

<govuk-input>

<govuk-input-before-input> and <govuk-input-after-input> tag helpers have been added that allow providing content to render before and after the generated <input> element for text input components, respectively.

Fixes

Fix adding additional classes to <govuk-pagination>.