gd-sprest-bs 10.10.0 → 10.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,8 @@ var DateTime = function (props) {
14
14
  var textbox = gd_bs_1.Components.InputGroup({
15
15
  el: elDateTime,
16
16
  label: props.label,
17
- isDisabled: props.disabled
17
+ isDisabled: props.disabled,
18
+ onChange: props.onChange
18
19
  });
19
20
  // Get the options and default the values
20
21
  var options = props.options || {};