datePicker onSelect Issue
Hello,
I have two related datePicker controls that work together to allow a user to choose two dates where the second date must be greater than the first date (i.e. like booking an airline ticket). My onSelect function works great if the user "clicks" the date from the datePicker, but if the user tabs to the INPUT field and types the date they would like such as 06/01/2010, then tabs to the second datePicker, the onSelect event does not seem to fire.
Any ideas?
-Steve