react-textarea-autocomplete icon indicating copy to clipboard operation
react-textarea-autocomplete copied to clipboard

Storing autocomplete data to a array

Open noobmaster19 opened this issue 5 years ago • 2 comments

Hello , just wanted to check if it is possible to store the selected data to an array , I don't seem to be able to find information on this , would greatly appreciate some help on this!

noobmaster19 avatar Jul 04 '20 09:07 noobmaster19

I realized that it is possible to use the onItemSelected pass the selected data and store it somewhere. However , i also realized that if the user deletes the stuff that he selected , after the selection , this event would not be captured. Is it possible to get the 'final' selected items as a whole? Sorry if im asking lots of noob questions !

noobmaster19 avatar Jul 04 '20 17:07 noobmaster19

Sorry, this usecase is not supported.

jukben avatar Jul 13 '20 08:07 jukben