Add tooltips to year fields
This commit is contained in:
parent
42d42d7306
commit
664cceec56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user