mljar / mercury

Convert Jupyter Notebooks to Web Apps
https://RunMercury.com
GNU Affero General Public License v3.0
3.87k stars 243 forks source link

Select: missing value's string in choices throws error #422

Closed apjanusz closed 4 months ago

apjanusz commented 4 months ago
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