Add tooltips to year fields

This commit is contained in:
Mike Simpson 2023-05-12 16:41:17 +01:00
parent 42d42d7306
commit 664cceec56

View File

@ -63,6 +63,7 @@ class YearDataEntry extends Component<YearDataEntryProps, any> {
onChange={props.onChange}
min={1}
max={currentYear}
tooltip={dataFields.date_year.tooltip}
// "type": "year_estimator"
/>
<Verification