@pdg/react-form 1.0.74 → 1.0.75

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.
package/dist/index.esm.js CHANGED
@@ -739,10 +739,10 @@ function AutoTypeForwardRef(render) {
739
739
  var value = getItemFormValue(valueItem, !!isReset);
740
740
  if (notEmpty(subKey)) {
741
741
  if (subKey === valueItem.getFormValueYearNameSuffix()) {
742
- return value;
742
+ return value.year;
743
743
  }
744
744
  else if (subKey === valueItem.getFormValueMonthNameSuffix()) {
745
- return value;
745
+ return value.month;
746
746
  }
747
747
  else {
748
748
  throw new Error("Form::getFormReset - ".concat(valueItem.getType(), " \uC758 subKey \uAC12\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."));