I have a text area with comma delimited string.
Let's say it's: "New York, Paris , London," i would like to click on one of the word and get it removed from the text area.
So if i click on Paris, then it's going to be only " New York , London".
Is it possible to accomplish it in any way?
Thank you
Let's say it's: "New York, Paris , London," i would like to click on one of the word and get it removed from the text area.
So if i click on Paris, then it's going to be only " New York , London".
Is it possible to accomplish it in any way?
Thank you