@tagadapay/plugin-sdk 1.0.14 → 1.0.15
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.
|
@@ -317,10 +317,7 @@ export function useAddress(options = {}) {
|
|
|
317
317
|
if (isAddressSelected) {
|
|
318
318
|
setIsAddressSelected(false);
|
|
319
319
|
}
|
|
320
|
-
|
|
321
|
-
// This ensures that manual typing (without Google Places selection) is saved
|
|
322
|
-
triggerAutoSave('manual');
|
|
323
|
-
}, [isAddressSelected, triggerAutoSave]);
|
|
320
|
+
}, [isAddressSelected]);
|
|
324
321
|
// Sync addressInputValue with external changes
|
|
325
322
|
useEffect(() => {
|
|
326
323
|
const currentAddress = fields.address1.value;
|