react-magma-dom 5.1.0-rc.33 → 5.1.0-rc.34
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/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/react-magma-dom.cjs.development.js +1 -0
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -13813,6 +13813,7 @@ var DateFieldInput = function DateFieldInput(props) {
|
|
|
13813
13813
|
onClear();
|
|
13814
13814
|
handleDateChange == null || handleDateChange(null, null);
|
|
13815
13815
|
onClearDate == null || onClearDate();
|
|
13816
|
+
firstFieldRef == null || firstFieldRef.focus();
|
|
13816
13817
|
};
|
|
13817
13818
|
var focusInputContainer = function focusInputContainer(e) {
|
|
13818
13819
|
if (e.target !== e.currentTarget) return;
|