I'd like to make a dynamic, changeable list, which has elements that are supplied by the user in an InputField.
I want the program to have an InputField and a "reset" button. Every time the user types an element into the InputField and presses TAB, this element is added to the list. The list is reset to the empty list when clicking on the "reset" button.
Is this possible in Mathematica? The reset part seems easy, but the first part seems difficult. Perhaps should I use a second button, "add element"?


DynamicI think it is save to useNullas you did. I'm going to add that to my answer. Great idea! – Mr.Wizard Sep 05 '13 at 14:42Dynamic. I just want to add thatColumninsstead ofRowwill allow TAB. – ybeltukov Sep 05 '13 at 14:52