The snippet also has a use case for adding items t...
# tornadofx
c
The snippet also has a use case for adding items to the list. It’s the same process. Create a member variable representing the newItem. Bind the newItem to the UI. In the action handler, reference the list of values and the new item.