@stackloop/ui 3.3.1 → 3.3.2
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 +2 -2
- package/dist/PhoneInput.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5501,7 +5501,7 @@ const na = ({
|
|
|
5501
5501
|
type: "tel",
|
|
5502
5502
|
inputMode: "tel",
|
|
5503
5503
|
value: r ?? "",
|
|
5504
|
-
onChange: (k) => t?.(k.target.value),
|
|
5504
|
+
onChange: (k) => t?.(G.dialCode, k.target.value),
|
|
5505
5505
|
placeholder: g || "Phone number",
|
|
5506
5506
|
disabled: C,
|
|
5507
5507
|
className: p(
|