Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

fix disable browser autocomplete - Closes #422 #423

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 1, 2019

  1. change value of html autocomplete attribute

    - Chrome doesn't take into account any more the autocomplete="off"
    attribute. As a result, the browser's autocomplete suggestions will
    overlap the suggestions we actually want to display with this component.
    - The only available workaround for now seems to be to give a
    value which is semantically significant for the given input, but which
    can't be interpreted by the browser as a known value for autocomplete.
    nyvio committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    f3fa292 View commit details
    Browse the repository at this point in the history