rbro-tat-uds 1.0.35 → 1.0.36
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -3727,7 +3727,9 @@ const hi = [14, 16, 18, 20, 24], yi = [200, 300, 400, 500, 700, 800], mi = C.div
|
|
3727
3727
|
onChange: (k) => {
|
3728
3728
|
l(k.target.value);
|
3729
3729
|
},
|
3730
|
-
onKeyDown: (k) =>
|
3730
|
+
onKeyDown: (k) => {
|
3731
|
+
t === "number" && ["e", "E", "+", "-"].includes(k.key) && k.preventDefault();
|
3732
|
+
}
|
3731
3733
|
}
|
3732
3734
|
),
|
3733
3735
|
f ? /* @__PURE__ */ s.jsx(Zt, { style: { opacity: R.disabled ? 0.3 : 1 }, size: 20 }) : ($ || m && typeof m == "string" || u && u === "success" || h) && /* @__PURE__ */ s.jsxs("div", { children: [
|