Closed r3m0chop closed 8 years ago
As with https://github.com/chop-dbhi/biorepo-portal/issues/35, the date-picker is currently hidden from click-out of the various date text input fields, but tab-out does not hide it. The valiDate() function needs a call to .datepicker('hide');.
valiDate()
.datepicker('hide');
As with https://github.com/chop-dbhi/biorepo-portal/issues/35, the date-picker is currently hidden from click-out of the various date text input fields, but tab-out does not hide it. The
valiDate()
function needs a call to.datepicker('hide');
.