From cbfa309c39f9d633aa85e72c9196fd4ab83ed253 Mon Sep 17 00:00:00 2001 From: Klaas Poortinga Date: Thu, 26 Mar 2020 20:38:40 +0100 Subject: [PATCH] Modify password field to support placeholder attribute (#5003) --- modules/backend/widgets/form/partials/_field_password.htm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/backend/widgets/form/partials/_field_password.htm b/modules/backend/widgets/form/partials/_field_password.htm index 578f660d2..86f361d5c 100644 --- a/modules/backend/widgets/form/partials/_field_password.htm +++ b/modules/backend/widgets/form/partials/_field_password.htm @@ -7,9 +7,10 @@ name="getName() ?>" id="getId() ?>" value="" + placeholder="placeholder)) ?>" class="form-control" autocomplete="off" hasAttribute('maxlength') ? '' : 'maxlength="255"' ?> getAttributes() ?> /> - \ No newline at end of file +