webscopeio/react-textarea-autocomplete

Storing autocomplete data to a array

Opened this issue · 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!

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 !

Sorry, this usecase is not supported.