react-tags
react-tags copied to clipboard
How to add + icon to open input field
Hi, I want to only allow input from user when they click on a button, possibly be an + icon that opens the text input field, does the project support it?
@Kaitou786 no this isn't supported. So you want to hide the input field by default and only show it when + button is clicked ?
@ad1992 yes exactly, By default the input field would be hidden and would be visible after we click a + icon.
Could be useful if user wants to keep minimal UI