@bpost/bp-address-auto-complete-by-component 1.1.31 → 1.1.32

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.
@@ -4943,6 +4943,7 @@ class LibAddressAutocompleteByComponentComponent {
4943
4943
  this.boxNumberUrl = this.baseUrl + 'boxNumber';
4944
4944
  this.maxSuggestionBoxNb = 5;
4945
4945
  this.visibleSuggestionBoxNbCount = 5;
4946
+ this.validatedByBackend = true;
4946
4947
  // boxParams: PrefilledParameters;
4947
4948
  this.boxNumberPrefillData = null;
4948
4949
  this.suggestionLevel = SuggestionLevelType.StreetAndBoxNumber;