x-ui-design 0.7.24 → 0.7.25
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
|
@@ -2532,6 +2532,11 @@ const RangePicker = ({
|
|
|
2532
2532
|
setSelectedDates([null, null]);
|
|
2533
2533
|
onChange?.(null, ['', '']);
|
|
2534
2534
|
};
|
|
2535
|
+
console.info({
|
|
2536
|
+
value,
|
|
2537
|
+
defaultValue,
|
|
2538
|
+
selectedDates
|
|
2539
|
+
});
|
|
2535
2540
|
return /*#__PURE__*/React.createElement("div", {
|
|
2536
2541
|
ref: containerRef,
|
|
2537
2542
|
style: style,
|