Skip to content

Disable autocomplete for specific inputs #940

Discussion options

You must be logged in to vote

This is a browser related feature.
As input is not a module you can try adding
autocomplete="off" to either its Form or element directly. Same for calendar (or dropdown or search) , just modify the embedded input field accordingly

But beware, it does not work on all input fields.
See https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #940 on October 07, 2020 07:14.