[Koha-bugs] [Bug 29242] Flatpickr - Should autocomplete be turned off?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 14 19:24:03 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29242

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
I like having the browser's autocomplete, but that may just be because I'm
almost always in testing mode rather that using it live.

We could set the autocomplete attribute upon initialization of the Flatpickr
instance and avoid making any changes to the templates.

Another idea is to tie into the "keydown" function we already have and set
autocomplete to "on" if the user types a key other than an arrow key. Probably
overkill.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list