Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-cork committed May 18, 2021
1 parent 4ae737e commit 3686a2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client_code/Demo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ def plus_button_click(self, **event_args):

def reset_button_click(self, **event_args):
self.item = self.default_item

def multi_select_drop_down_1_change(self, **event_args):
"""This method is called when the selected values change"""
print(self.multi_select_drop_down_1.selected)
1 change: 1 addition & 0 deletions client_code/Demo/form_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ components:
visible: true
name: multi_select_drop_down_1
layout_properties: {grid_position: 'UMZOFV,UZZMKN'}
event_bindings: {change: multi_select_drop_down_1_change}
is_package: true

0 comments on commit 3686a2b

Please # to comment.