@abgov/react-components 4.0.0-alpha.87 → 4.0.0-alpha.88
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/package.json
CHANGED
package/react-components.esm.js
CHANGED
|
@@ -14671,7 +14671,7 @@ const GoAInputDateTime = _a => {
|
|
|
14671
14671
|
|
|
14672
14672
|
return jsx(GoAInput, Object.assign({}, props, {
|
|
14673
14673
|
onChange: onDateChangeHandler(props.onChange),
|
|
14674
|
-
value: toString(value, "yyyy-MM-dd'T'
|
|
14674
|
+
value: toString(value, "yyyy-MM-dd'T'HH:mm"),
|
|
14675
14675
|
type: "datetime-local"
|
|
14676
14676
|
}), void 0);
|
|
14677
14677
|
};
|
package/react-components.umd.js
CHANGED
|
@@ -14717,7 +14717,7 @@
|
|
|
14717
14717
|
|
|
14718
14718
|
return jsxRuntime.jsx(GoAInput, __assign({}, props, {
|
|
14719
14719
|
onChange: onDateChangeHandler(props.onChange),
|
|
14720
|
-
value: toString(value, "yyyy-MM-dd'T'
|
|
14720
|
+
value: toString(value, "yyyy-MM-dd'T'HH:mm"),
|
|
14721
14721
|
type: "datetime-local"
|
|
14722
14722
|
}), void 0);
|
|
14723
14723
|
};
|