Ken Norton
Results
1
comments of
Ken Norton
Modified the inputs.py with the following and it worked: super().__init__( **serializable_properties=[]**, simple_properties=[ 'id', 'type', 'isMultiSelect', 'style', 'value', 'height', 'separator', 'spacing',**'choices'** ], ) example list to pass it choice_list = [{'title':'customer1',...