UX: Use autocomplete="off" for date-picker (#15963)

This commit is contained in:
Gerhard Schlager 2022-02-15 23:37:51 +01:00 committed by GitHub
parent 0650b25563
commit c6265eec6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
class="date-picker"
placeholder=placeholder
value=value
autocomplete="off"
}}