arengibook 2.4.34 → 2.4.35
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.js +0 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12853,12 +12853,6 @@ var DatePicker = function DatePicker(_ref) {
|
|
|
12853
12853
|
value: newDate
|
|
12854
12854
|
});
|
|
12855
12855
|
}
|
|
12856
|
-
if (inputRef.current) {
|
|
12857
|
-
var event = new Event('datePickerChange', {
|
|
12858
|
-
bubbles: true
|
|
12859
|
-
});
|
|
12860
|
-
inputRef.current.dispatchEvent(event);
|
|
12861
|
-
}
|
|
12862
12856
|
};
|
|
12863
12857
|
useEffect(function () {
|
|
12864
12858
|
if (inputRef.current) {
|