@oliasoft-open-source/react-ui-library 4.19.6-beta-2 → 4.19.6-beta-4
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 +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9124,7 +9124,7 @@ const Input$1 = forwardRef(
|
|
|
9124
9124
|
const handleFocus = (e2) => {
|
|
9125
9125
|
onFocus(e2);
|
|
9126
9126
|
if (selectOnFocus) {
|
|
9127
|
-
setTimeout(() => e2.target.select(),
|
|
9127
|
+
setTimeout(() => e2.target.select(), 0);
|
|
9128
9128
|
}
|
|
9129
9129
|
};
|
|
9130
9130
|
return /* @__PURE__ */ jsx("div", { style: { width: width2 }, className: order2, children: /* @__PURE__ */ jsx(
|
|
@@ -66804,6 +66804,7 @@ const convertVisibleRows = ({
|
|
|
66804
66804
|
enableCosmeticRounding,
|
|
66805
66805
|
enableDisplayRounding,
|
|
66806
66806
|
roundDisplayValue,
|
|
66807
|
+
selectOnFocus: true,
|
|
66807
66808
|
onChange: (evt) => {
|
|
66808
66809
|
const { value: value2 } = evt.target;
|
|
66809
66810
|
const storageUnit2 = storageUnits[unitKey];
|