Vue model not binding on checkout page
-
Hello there,
We have integerated loquate plugin, this helps user to find address using pincode and fill it automatically in address form on checkout page billing address.
But when user selects address from loquate suggestions it fills in fields property but when user trying to change address line, city, postcode, state or add phone no all fields getting empty.This issue is because the vue model not binding data property.
Please advice me to resolve this issue
-
Hi @abhigawade,
Can you show me the code, how you changing the value because when the address change then all values are set but not bound to data properties?
Try to add the
mounted
method in component and change values there.