initial set up
This commit is contained in:
@@ -92,7 +92,9 @@ export function Textfield(props) {
|
||||
disabled
|
||||
/>
|
||||
</div>
|
||||
<div className="govuk-body">{t(hint)}</div>
|
||||
<div className="govuk-body">
|
||||
{t("newappeal:new-appeal-introduction-paragraph")}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
} else {
|
||||
@@ -350,8 +352,10 @@ const RenderDatePicker = ({
|
||||
onChange={onChange}
|
||||
selected={value || null}
|
||||
className="govuk-input govuk-input--width-10"
|
||||
minDate={minDate}
|
||||
maxDate={maxDate}
|
||||
{...(custom.dateStart !== false && {
|
||||
minDate: minDate,
|
||||
})}
|
||||
{...(custom.dateEnd !== false && { maxDate: maxDate })}
|
||||
|
||||
// value={!value ? null : new Date(value)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user