diff --git a/src/components/shared/Field.tsx b/src/components/shared/Field.tsx index 5712c51a44..fccf3e1375 100644 --- a/src/components/shared/Field.tsx +++ b/src/components/shared/Field.tsx @@ -1,4 +1,4 @@ -import { Field as FormikField } from "formik"; +import { FastField as FormikFastField } from "formik"; import { FieldAttributes } from "formik/dist/Field"; /** @@ -6,7 +6,7 @@ import { FieldAttributes } from "formik/dist/Field"; */ export const Field = (props: FieldAttributes) => { return ( - { // Handler for basic html inputs to remove focus, if no custom component is passed