We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68411ff commit 487ea6aCopy full SHA for 487ea6a
NHSUKViewComponents.Web/Views/Shared/Components/DateInput/Default.cshtml
@@ -8,7 +8,7 @@
8
var yearErrorCss = Model.HasYearError ? "nhsuk-input--error" : "";
9
var hintTextLine = string.Empty;
10
}
11
-
+@* Removed pattern property *@
12
<div class="@Model.CssClass @errorCss" id="@Model.Id">
13
<fieldset class="nhsuk-fieldset" aria-describedby="@Model.Id-hint" role="group">
14
<legend class="nhsuk-fieldset__legend nhsuk-label">
0 commit comments