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);
});