I am trying to implement this “plugin” (Token Box and Multi Select DropDown) in my app for selecting multiple items in the dropdown, but I get the following error:
class Upload_file_form(Upload_file_formTemplate):
def __init__(self, **properties):
# Set Form properties and Data Bindings.
self.init_components(**properties)
self.multi_select_drop_down_1.items = [(r['email'], r) for r in app_tables.users.search(email=q.not_('my@email.com'))]