From 5147c5f1e913b6a998f452c24aa67bf99157a93e Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 18 Mar 2021 12:22:11 +0100 Subject: [PATCH] refactor: add autocomplete off --- src/components/FormView.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/FormView.jsx b/src/components/FormView.jsx index 91bd6d4..72cd7e5 100644 --- a/src/components/FormView.jsx +++ b/src/components/FormView.jsx @@ -89,7 +89,12 @@ const FormView = ({ ) : ( -
+ {data.static_fields?.map((field) => (