@superdispatch/ui 0.21.6 → 0.21.8
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-node/index.js
CHANGED
|
@@ -1742,7 +1742,7 @@ function NumberInputComponent(_ref) {
|
|
|
1742
1742
|
}));
|
|
1743
1743
|
}
|
|
1744
1744
|
|
|
1745
|
-
var NumberField = /*#__PURE__*/React.forwardRef(_ref2 => {
|
|
1745
|
+
var NumberField = /*#__PURE__*/React.forwardRef((_ref2, ref) => {
|
|
1746
1746
|
var {
|
|
1747
1747
|
id,
|
|
1748
1748
|
InputProps
|
|
@@ -1751,6 +1751,7 @@ var NumberField = /*#__PURE__*/React.forwardRef(_ref2 => {
|
|
|
1751
1751
|
|
|
1752
1752
|
var uid = useUID(id);
|
|
1753
1753
|
return /*#__PURE__*/jsxRuntime.jsx(core.TextField, _objectSpread(_objectSpread({}, props), {}, {
|
|
1754
|
+
ref: ref,
|
|
1754
1755
|
id: uid,
|
|
1755
1756
|
InputProps: _objectSpread(_objectSpread({}, InputProps), {}, {
|
|
1756
1757
|
inputComponent: NumberInputComponent
|