mljar / mercury

Convert Jupyter Notebooks to Web Apps

Home Page:https://RunMercury.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select: missing value's string in choices throws error

apjanusz opened this issue · 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