v1.3.0
Targets GDS Frontend v4.6.0.
New features
novalidate
attribute is added to <form>
elements automatically
Following the guidance around disabling HTML5 validation a novalidate
attribute will be added to <form>
elements by default. This can be disabled by setting AddNovalidateAttributeToForms
on GovUkFrontendAspNetCoreOptions
to false
.
Date input components support month names
Following the guidance around accepting month names on date inputs both short and long month names are now accepted within Date input components by default. This can be disabled by setting AcceptMonthNamesInDateInputs
on GovUkFrontendAspNetCoreOptions
to false
.