From 5596ebcbad7721f767972c3143f8e5be1ba8fc09 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 12 Apr 2021 18:07:41 +0200 Subject: add date answer space for now, this is just a simple date picker done via the html input type "date". Unfortunately, that's not supported by Safari, so the rust util now prints out a warning if it's used. I'm not sure if there's any other reasonable option which would go around this that's not "using a web framework" or "hacking a fallback date picker which just consists of a couple of combo boxes". --- example-config.dhall | 1 + 1 file changed, 1 insertion(+) (limited to 'example-config.dhall') diff --git a/example-config.dhall b/example-config.dhall index ae12897..2dbaf30 100644 --- a/example-config.dhall +++ b/example-config.dhall @@ -17,5 +17,6 @@ , "third possible answer" ] } + , { question = "fourth question", name = "question4", space = Answers.Date } ] } -- cgit v1.2.3