From 4b433bc124e6bd35b159d0166f89ff2140fc1749 Mon Sep 17 00:00:00 2001 From: Olivier Perez Date: Thu, 4 Aug 2016 21:52:37 +0200 Subject: [PATCH] Merge branch 'feature/disable_auto_complete' into 'develop' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disabled autocompletion on the datepicker input Avoid autocompletion of the datepicker input field to occur (Step to reproduce : Long click on a datepicker input field) See merge request !141 --- tpl/create_date_poll_step_2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/create_date_poll_step_2.tpl b/tpl/create_date_poll_step_2.tpl index 43c9c89..7253a19 100644 --- a/tpl/create_date_poll_step_2.tpl +++ b/tpl/create_date_poll_step_2.tpl @@ -51,7 +51,7 @@ + size="10" maxlength="10" placeholder="{__('Date', 'dd/mm/yyyy')}" autocomplete="nope"/> ({__('Date', 'dd/mm/yyyy')})