From 5bd7781a37e3532e19c07f8365c4187d11ed5df2 Mon Sep 17 00:00:00 2001 From: Souheil CHELFOUH Date: Wed, 22 Nov 2023 17:43:00 +0100 Subject: [PATCH] Work on autocomplete, checked_input, checked_password and money_input, regarding errors and required --- deform/templates/autocomplete_input.pt | 4 +- deform/templates/checked_input.pt | 2 + deform/templates/checked_password.pt | 53 ++++++++++++++------------ deform/templates/moneyinput.pt | 4 +- 4 files changed, 36 insertions(+), 27 deletions(-) diff --git a/deform/templates/autocomplete_input.pt b/deform/templates/autocomplete_input.pt index fd2cbc8d..e0719783 100644 --- a/deform/templates/autocomplete_input.pt +++ b/deform/templates/autocomplete_input.pt @@ -1,5 +1,6 @@