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