formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Date field #739

Open mahbgithub opened 3 years ago

mahbgithub commented 3 years ago

Hi, I'm using formtools for Applications. One Field Type I frequently use is "Date". I have following problem: When clicking in the field a "pop Up" is opening with a dropdown for the year. But the select able years are onely today(year) +/- 10. So, assuming that I don't want to employ 10y old children, the older guys have to manually enter their birthday, which fails if you don't enter in the correct formatting. Any chance that this is amended in a way to suit? Many thanks Martin

klimacht commented 3 years ago

Hi,

for me it worked to set the tag in the header template to

<body onload='$(".hasDatepicker").datepicker("option","yearRange","-100:+0");'>