react-tags icon indicating copy to clipboard operation
react-tags copied to clipboard

How to add + icon to open input field

Open Kaitou786 opened this issue 1 year ago • 2 comments

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 avatar Mar 06 '24 12:03 Kaitou786

@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 avatar May 30 '24 05:05 ad1992

@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

Kaitou786 avatar Oct 04 '24 06:10 Kaitou786