react-multivalue-text-input icon indicating copy to clipboard operation
react-multivalue-text-input copied to clipboard

Add ability to prevent item from being added

Open ozyman42 opened this issue 4 years ago • 0 comments

There are circumstances where we want to validate use input and only allow the input string to be added to the multivalue if the user input is valid. Perhaps in the onItemAdded function, if the return is false, then the items is not added to the list.

ozyman42 avatar Sep 14 '21 10:09 ozyman42