-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
fixThis will be worked onThis will be worked on
Description
Describe the bug
const TagInput = React.forwardRef<HTMLInputElement, TagInputProps>((props, ref) => {
Nowhere do you use the ref in your code
const inputRef = React.useRef(null);
Here you could use the references from the props
How to reproduce
from the description
Link to reproduction
https://github.com/JaleelB/emblor/blob/main/packages/emblor/src/tag/tag-input.tsx
Additional information
No response
Kyriakos-Bekas
Metadata
Metadata
Assignees
Labels
fixThis will be worked onThis will be worked on