Skip to content
Snippets Groups Projects
Commit dadccd37 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix(consents): disabled autocomplete

parent ef22e313
No related branches found
No related tags found
6 merge requests!96Deploy OpenShift v2,!95MEP fix liens undefined,!91MEP: removed Meilisearch,!79Fix: nginx unprivileged image,!77Back-office SGE before canary release,!62Fix/autocomplete off
......@@ -267,6 +267,7 @@ const Consents: React.FC = () => {
handleSearchChange(e.target.value)
}
disabled={isShowingSelection}
autoComplete="off"
></input>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment