From ab15a6414c64cb09809bc7bbb3b9270cb21ffc61 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Thu, 11 Jan 2024 17:18:50 -0300 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index e60727a..410e368 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -267,6 +267,7 @@ entries.forEach(entry => { if (entry.isIntersecting) { nameField.addEventListener("focus", () => { + nameField.placeholder = ""; setTimeout(() => { let typed = new Typed('#name', { strings: ['Max Mustermann'], @@ -274,7 +275,8 @@ backSpeed: 25, showCursor: false, startDelay: 500, - loop: false + loop: false, + attr: 'placeholder' }); }, 1000); });