@bpost/bp-address-auto-complete-by-component 1.1.8 → 1.1.10

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.
@@ -5186,7 +5186,7 @@ class LibAddressAutocompleteByComponentComponent {
5186
5186
  }
5187
5187
  setNumberOfExceptions(event) {
5188
5188
  this.numberOfExceptions = event;
5189
- if (this.numberOfExceptions >= 5) {
5189
+ if (this.numberOfExceptions >= 3) {
5190
5190
  this.numberOfExceptionsEventEmitter.emit(this.numberOfExceptions);
5191
5191
  this.setValidatedByBackend(false);
5192
5192
  }