I’m trying to create a datefield with resolution=YEAR. In the demo “DateField with custom resolution”, I copied the XML into my screen, then ran it. Unfortunately, the behaviour is different. In the demo, when I click on the calendar icon, it shows the year and I can click on it to select the year. In my screen, when I click on the calendar icon, it shows the year, but I cannot click on it.
My code:
<dateField id="year" resolution="YEAR"/>
What am I doing wrong?