mljar/mercury

Select: missing value's string in choices throws error

apjanusz opened this issue · 0 comments

my_selection = mr.Select(value="Accounts", choices=["New Accounts", "Valuable Accounts"], 
                                           label="Select Information")

image

when you dont have value's string in choices it throws error