@gisce/react-ooui 1.0.24-rc.0 → 1.0.25-rc.0
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/react-ooui.es.js
CHANGED
|
@@ -17491,7 +17491,7 @@ const Form$1 = forwardRef(Form), FormModal = (e) => {
|
|
|
17491
17491
|
id: r,
|
|
17492
17492
|
className: "w-full " + s,
|
|
17493
17493
|
disabled: o,
|
|
17494
|
-
formatter: (u) => `${u}`.replace(/[^0-9]
|
|
17494
|
+
formatter: (u) => `${u}`.replace(/[^0-9]-+/g, ""),
|
|
17495
17495
|
onChange: (u) => {
|
|
17496
17496
|
const d = u;
|
|
17497
17497
|
n == null || n(d);
|