From f5b7a3eeba77d957368e1f379475bab52f7895dc Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Tue, 19 May 2026 10:37:08 +0100 Subject: [PATCH] feat(natural-date-input): hide raw input once date is parsed The natural-language input box kept its placeholder visible after a date was parsed, with the green confirmation pill rendering below. Several admins read this as "the input is empty." Hide the input once parsedDate is set; show only the green pill with an Edit link that clears the parse and re-opens the input. --- app/components/NaturalDateInput.vue | 50 ++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/app/components/NaturalDateInput.vue b/app/components/NaturalDateInput.vue index 4e97e05..a1f814c 100644 --- a/app/components/NaturalDateInput.vue +++ b/app/components/NaturalDateInput.vue @@ -1,6 +1,6 @@