diff --git a/src/lib/components/FormChipCell/NewChipInput/NewChipInput.js b/src/lib/components/FormChipCell/NewChipInput/NewChipInput.js index 9efc3849..5e08846d 100644 --- a/src/lib/components/FormChipCell/NewChipInput/NewChipInput.js +++ b/src/lib/components/FormChipCell/NewChipInput/NewChipInput.js @@ -39,7 +39,6 @@ const NewChipInput = React.forwardRef(({ name, onChange, onFocus, ...inputProps data-testid="input" ref={ref} type="text" - id={input.name} {...{ ...inputProps, ...input