Bug
- add an item that exists in the list
- add an item that doesn't exist in the list
- add an item that exists in the list by clicking arrow key or clicking an item with mouse
- notice that all items are erased and everything starts over.
I am building this on top of a solution provided to me in another question. I've taken the code from that example and modified to my needs. however, now I am having the issue stated above.
What can I do to avoid having the list erase all items when a new item is added by clicking down arrow key after a non existent item is added.