jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

Autocomplete Off - chrome ignores - set as optional parameter

Open Wade-BuildOtto opened this issue 3 years ago • 2 comments

Even with Autocomplete-"off" chrome still fills in its own suggestion. Its best to fill in a random value, or allow it to be filled in as an option when initialized.

Wade-BuildOtto avatar Jun 30 '21 20:06 Wade-BuildOtto

The goal of setting autocomplete="off" is only to prevent showing native autocomplete dropdown and not prevent to be filled.

You are free to set other value for this field after autocomplete has been initialized.

tkirda avatar Jul 01 '21 08:07 tkirda

autocomplete="off" doesn't even seem to be preventing chrome from showing the native autocomplete frustratingly.

BenHarris avatar Aug 25 '21 14:08 BenHarris