This commit is contained in:
Alexandre Aubin 2022-08-07 12:41:18 +02:00
parent 92467b5e59
commit 7fa67b2b22

View file

@ -742,7 +742,7 @@ class Question:
confirm=False,
prefill=prefill,
is_multiline=(self.type == "text"),
autocomplete=self.choices,
autocomplete=self.choices or [],
help=_value_for_locale(self.help),
)