Jquery ui datepicker textfield doesn't update
- by Thorpe Obazee
$('#passport_expiry').datepicker({dateFormat: 'mm/y'});
I have the above code works. I select a date using the datepicker and it updates the textfield. The problem is that when I try to select another date, it doesn't update the textfield. It seems that when the textfield already has a value, it doesn't update it.