How to delete a single element (using an icon button) from a text List

I needed to create a list (text) in order to store some data. I want the ability to delete a single item from that list using an icon button. I am able to get normal deleting from a repeated group working, but for some reason, this one seems to function differently.

In order to do this I had to change the way I did the list. I ended up creating a new database, which then made the delete easy.