In html, the fieldset tag supports the disabled property. When disabled, the html inputs within the fieldset are disabled and the styling changes accordingly (e.g., background becomes gray). We’ve noticed a few things with jqxdatetimeinput: the calendar control is not disabled and the styling does not change. We can fix the styling issue with css but are not sure what to do about the calendar. Shouldn’t the calendar inherit the disabled property from the parent element?