Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Chrome's autocomplete triggering on input fields

1588136594
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Not cool chrome... Apparently this is only occuring on some of my input sets.  This block doesn't trigger it: <td><input type="text" name="attr_friend-name-1"></td> <td><input type="text" name="attr_friend-type-1"></td> <td><input type="text" name="attr_friend-job-1"></td> But this one does <td><input type="text" spellcheck="false" name="attr_name-specialdice-1"></td> <td><input type="text" name="attr_description-specialdice-1"></td> <td><input type="text" name="attr_type-specialdice-1"></td> <td><input type="number" name="attr_dice-specialdice-1"></td> Any ideas of how to avoid this? 
I don't know if this will work in Roll20, but you can try applying autocomplete="off" to an input and see. Otherwise, you would have to turn it off in Chrome. It may be anything that starts with attr_name may trigger it.