set autocomplete to off as autofill obscures datepicker

This commit is contained in:
2024-05-07 09:57:05 +01:00
parent bc5ad561ab
commit e401a5b10e
2 changed files with 3 additions and 1 deletions
@@ -653,6 +653,7 @@ export const RenderDatePicker = ({
className="govuk-input govuk-input--width-10"
minDate={minDate}
maxDate={maxDate}
autoComplete="off"
//value={!value ? null : moment(value, "DD/MM/yyyy")}
/>
</fieldset>