Thanks for taking the time to read my question.
On my form I have a date <input />. When that input receives the focus, datepicker displays the calendar. The user can select a date, and the calendar goes away.
2 questions.
1. Is there a way to move the focus on to the next field after the date has been selected?
2. If I am just "Tabbing by" the date field, and don't want to edit or add a date, the calendar appears, and stays open even if I keep tabbing, and the focus leaves the date field. Is there a way to close the calendar when the date field loses focus?
Thanks for your help,
Brad