kui-complex 0.0.12 → 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 CHANGED
@@ -739,6 +739,7 @@ var InputPhoneWithForm = forwardRef(function (props, ref) {
739
739
  var codeRegister = useController({
740
740
  control: form.control,
741
741
  name: "".concat(name, ".phoneCode"),
742
+ defaultValue: "7",
742
743
  });
743
744
  var phoneRegister = useController({
744
745
  control: form.control,