• The default chrome, safari ect.. Browser address Auto Fill suggestion are Overlapping google’s suggestions making it impossible to select an address from googles list.

    Note that the browser’s auto fill is for saved address i have used in the past.

    is there a way to turn off default browser suggestions?

Viewing 1 replies (of 1 total)
  • Thread Starter nickbudtechnology

    (@nickbudtechnology)

    Solved, note there is a timer, this is to apply it after woocomcer does it dynamic stuff on load:

    jQuery(document).ready(function() {
    setTimeout(function() {
    jQuery(‘#autofill_checkout_field’).attr(“autocomplete”, “nodrop”);
    jQuery(“#autofill_checkout_field'”).attr(‘autofill’, ‘nodrop’);

    }, 99);
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Browser Default Auto Fill suggestions Overlapping google’s sujestions’ is closed to new replies.