@pinuts/bsr-uikit-relaunch 0.2.23 → 0.2.25

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.
@@ -1 +1 @@
1
- {"version":3,"file":"BSRAddressContext.d.ts","sourceRoot":"","sources":["../../../src/items/BSRAddressSelector/BSRAddressContext.js"],"names":[],"mappings":"AAeA,mDAAiD;;kBAf+B,OAAO;AAiBvF;;;sBAmKC;;;;;;;;;;;;;sBAnLqB,YAAY"}
1
+ {"version":3,"file":"BSRAddressContext.d.ts","sourceRoot":"","sources":["../../../src/items/BSRAddressSelector/BSRAddressContext.js"],"names":[],"mappings":"AAeA,mDAAiD;;kBAf+B,OAAO;AAiBvF;;;sBAsKC;;;;;;;;;;;;;sBAtLqB,YAAY"}
@@ -100,7 +100,10 @@ const BSRAddressContextProvider = _ref => {
100
100
  setShowNoResultsError(false);
101
101
  setSelectedStreetList(null);
102
102
  setSelectedRadioValue(null);
103
- }, [setFieldValue, setTriggerCancelCombox, fieldKeys, setShowNoResultsError]);
103
+ if (addressContext.doSubmitOnChange) {
104
+ submitForm();
105
+ }
106
+ }, [setFieldValue, setTriggerCancelCombox, fieldKeys, setShowNoResultsError, submitForm, addressContext.doSubmitOnChange]);
104
107
 
105
108
  // AdressePrüfenBtn anzeigen, wenn Straße und Hausnummer gesetzt sind
106
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",