intl-tel-input 29.2.1 → 29.2.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/dist/js/data.js +1 -1
- package/dist/js/data.min.js +1 -1
- package/dist/js/intlTelInput.js +5 -3
- package/dist/js/intlTelInput.min.js +2 -2
- package/dist/js/intlTelInput.mjs +4 -2
- package/dist/js/intlTelInputWithUtils.js +5 -3
- package/dist/js/intlTelInputWithUtils.min.js +2 -2
- package/dist/js/intlTelInputWithUtils.mjs +4 -2
- package/package.json +1 -1
|
@@ -4660,7 +4660,9 @@ var Iti = class _Iti {
|
|
|
4660
4660
|
this.#autoCountryDeferred?.reject();
|
|
4661
4661
|
return;
|
|
4662
4662
|
}
|
|
4663
|
-
this.#
|
|
4663
|
+
if (this.#ui.isLoading()) {
|
|
4664
|
+
this.#setInitialState(true);
|
|
4665
|
+
}
|
|
4664
4666
|
this.#ui.setLoading(false);
|
|
4665
4667
|
this.#autoCountryDeferred?.reject();
|
|
4666
4668
|
}
|
|
@@ -4953,7 +4955,7 @@ var intlTelInput = Object.assign(
|
|
|
4953
4955
|
attachUtils,
|
|
4954
4956
|
startedLoadingUtils: false,
|
|
4955
4957
|
startedLoadingAutoCountry: false,
|
|
4956
|
-
version: "29.2.
|
|
4958
|
+
version: "29.2.2",
|
|
4957
4959
|
NUMBER_FORMAT,
|
|
4958
4960
|
NUMBER_TYPE,
|
|
4959
4961
|
VALIDATION_ERROR,
|