I have a dhtmlxCalendar that is attached to a text field and defined as follows:
EFFECT START |
effectStart = new dhtmlxCalendarObject(“EffectStart”, false, {
isWinHeader : true, isWinDrag : true, isYearEditable : true, isMonthEditable : true
});
When clicking on the text input, the calendar comes up and the year and month can be edited within the calendar, but after the edit, the calendar stays open and the selected values do not populate the text field.