kui-complex 0.0.13 → 0.0.14
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.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -770,6 +770,7 @@ var InputPhoneWithForm = React.forwardRef(function (props, ref) {
|
|
|
770
770
|
var codeRegister = reactHookForm.useController({
|
|
771
771
|
control: form.control,
|
|
772
772
|
name: "".concat(name, ".phoneCode"),
|
|
773
|
+
defaultValue: "7",
|
|
773
774
|
});
|
|
774
775
|
var phoneRegister = reactHookForm.useController({
|
|
775
776
|
control: form.control,
|