diff --git a/packages/react-ui/components/form/inputs/BasicInputs.tsx b/packages/react-ui/components/form/inputs/BasicInputs.tsx index 621bc99b..dd4a2f1f 100644 --- a/packages/react-ui/components/form/inputs/BasicInputs.tsx +++ b/packages/react-ui/components/form/inputs/BasicInputs.tsx @@ -19,6 +19,7 @@ const HTMLInputAdapter = (props: FormInputProps & { type: string }) => { label={label} inputProperties={inputProperties} > + {/* @ts-ignore FIXME: leads to "Types of property 'capture' are incompatible" when trying to build the types... */}