Skip to content

Commit

Permalink
tmp fix for weird typing errors in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 11, 2022
1 parent 6316070 commit 7e46fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-ui/components/form/inputs/BasicInputs.tsx
Expand Up @@ -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... */}
<input
{...otherInputProperties}
id={name} // needed for accessibility. NOTE: we might need to use "context" as a prefix when having
Expand Down

0 comments on commit 7e46fe7

Please sign in to comment.