You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This attribute can be added to properties that are model bound from date input components. It allows overriding the prefix used for error messages e.g.
[DateInput(ErrorMessagePrefix="Your date of birth")]publicDateOnly?DateOfBirth{get;set;}
Tag helper changes
<govuk-input> tag helper
An autocapitalize attribute has been added.
Attributes can be set on the input wrapper element by specifying input-wrapper-* attributes.
Fixes
Page template
Fix duplicate PathBase in OpengraphImageUrl in page template view.