Revert "revert pointless placeholder changes"

This reverts commit 694335cf3b.
This commit is contained in:
Ed Chalstrey 2022-05-12 16:34:16 +01:00
parent b46f637911
commit 8bfcf2349d
2 changed files with 2 additions and 1 deletions

View File

@ -116,8 +116,8 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
copy={props.copy}
onChange={props.onChange}
tooltip={dataFields.date_source.tooltip}
placeholder=""
options={dataFields.date_source.items}
placeholder={dataFields.date_source.example}
/>
<MultiDataEntry
title={dataFields.date_link.title}

View File

@ -294,6 +294,7 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
"Other website",
"Other"
],
example: "",
},
date_source_detail: {
category: Category.Age,