Disable autocomplete for specific inputs #940
Answered
by
lubber-de
paulvales
asked this question in
Elements (button, image, label, loader, ...)
-
Hi! maybe disable autocomplete for calendar or add option for all inputs http://joxi.ru/zANeR3gtv9b8L2 |
Beta Was this translation helpful? Give feedback.
Answered by
lubber-de
Aug 20, 2019
Replies: 1 comment
-
This is a browser related feature. But beware, it does not work on all input fields. |
Beta Was this translation helpful? Give feedback.
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
This is a browser related feature.
As
input
is not a module you can try addingautocomplete="off"
to either its Form or element directly. Same forcalendar
(ordropdown
orsearch
) , just modify the embedded input field accordinglyBut 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