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