I am using a dijit.form.DateTextField in a form. However, it does not allow you to select the year from a Dropdown, so you have to navigate by repeatedly clicking on one year either to the left or the right of the current year.
This is very cumbersome if you want the user to enter e.g. a birth date.
Does the dijit.form.DateTextField have an option to display the year as a dropdown? I don't see such an option in the开发者_运维技巧 documentation, unless maybe I just don't know what it is called.
精彩评论