@oliasoft-open-source/react-ui-library 4.19.6-beta-4 → 4.19.6-beta-5
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 +1 -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(), 50);
|
|
9128
9128
|
}
|
|
9129
9129
|
};
|
|
9130
9130
|
return /* @__PURE__ */ jsx("div", { style: { width: width2 }, className: order2, children: /* @__PURE__ */ jsx(
|