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}
|
onChange={props.onChange}
|
||||||
min={1}
|
min={1}
|
||||||
max={currentYear}
|
max={currentYear}
|
||||||
|
tooltip={dataFields.date_year.tooltip}
|
||||||
// "type": "year_estimator"
|
// "type": "year_estimator"
|
||||||
/>
|
/>
|
||||||
<Verification
|
<Verification
|
||||||
|
Loading…
Reference in New Issue
Block a user