Little web dev tip: if you have just one address field in your HTML form (e.g., a textarea) but you still want to the person filling it in to avail themselves of autocomplete, here’s a little reusable snippet you can use to achieve that:
#HTML #autocomplete #JavaScript #address #web #dev #tip #code