-
I'm applying TagPicker in my project, while facing trouble to empty the input value.
When an inputValue already exists in the component state, it seems impossible to set it to empty. Is there any way to empty the input. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Change the |
Beta Was this translation helpful? Give feedback.
-
Check this blog, this is the case of fully uncontrolled component. Changing the |
Beta Was this translation helpful? Give feedback.
Check this blog, this is the case of fully uncontrolled component. Changing the
key
prop seems a recommended way doing so.