webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
451 stars 80 forks source link

Storing autocomplete data to a array #195

Open noobmaster19 opened 4 years ago

noobmaster19 commented 4 years ago

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 commented 4 years ago

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 !

jukben commented 4 years ago

Sorry, this usecase is not supported.