Problem/Motivation
Using Chrome Version 41.0.2272.89 (64-bit) in OSX,
Getting these warnings:
autocomplete='locality' is deprecated and will soon be ignored. See http://goo.gl/YjeSsW
6499:1
autocomplete='region' is deprecated and will soon be ignored. See http://goo.gl/YjeSsW
Proposed resolution
Adjust code to address depreciated warning
Comments
Comment #1
darrenwh commentedComment #2
bojanz commentedWe need to remove the "x-autocompletetype" attributes since they're no longer used (Chrome switched to following the official linked standard), and update the "autocomplete" attributes to follow the linked standard.
Comment #4
bojanz commentedDone.