actengage / vue-place-autocomplete

A Vue component for the Google Place Autocomplete API.
Other
26 stars 27 forks source link

Autocomplete attribute should be "off", not "no" #8

Closed johnmberger closed 4 years ago

johnmberger commented 4 years ago

Hi!

Looks like the input field has an autocomplete html attribute set to "no."

This is causing my browser (Chrome 80.0.3987.122) to display an autocomplete field. Screen Shot 2020-02-25 at 11 55 26 AM

The MDN docs show that this should actually probably be autocomplete="off"

When I change this via the inspect tool: Screen Shot 2020-02-25 at 11 50 54 AM

This autocomplete is no longer there Screen Shot 2020-02-25 at 11 51 01 AM

Thanks!!