Closed wailo closed 6 years ago
I see commented code in dropdown.py `
# self._items = items # self.make_selection([label for (label, value) in items if # value is selected_value][0], # selected_value)
`
Following solution in this link worked: https://stackoverflow.com/questions/2137354/changing-contents-of-currently-displayed-listbox-in-urwid-python2-6
I see commented code in dropdown.py `
def set_items(self, items, selected_value):
`