@oliasoft-open-source/react-ui-library 4.19.6-beta-5 → 4.20.0-beta-1

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/README.md CHANGED
@@ -9,6 +9,7 @@ The React UI Library by Oliasoft is a versatile set of React UI components desig
9
9
  To install the React UI Library, you can use either npm or yarn as follows:
10
10
 
11
11
  Using npm:
12
+
12
13
  ```bash
13
14
  npm install @oliasoft-open-source/react-ui-library
14
15
  ```
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(), 50);
9127
+ setTimeout(() => e2.target.select(), 0);
9128
9128
  }
9129
9129
  };
9130
9130
  return /* @__PURE__ */ jsx("div", { style: { width: width2 }, className: order2, children: /* @__PURE__ */ jsx(