Value of dynamically generated Textbox not changing in Voila Render mode in ipywidgets

44 Views Asked by At

I am generating Textboxes dynamically in ipywidgets. The use case is, in a given tab, multiple cities will be selected from a list of checkboxes, and then based on selection, a table containing city name and priority (editable) will generated dynamically. User can edit the priority of a city in the table. Once done, user will hit the submit button, after which a CSV containing city names and their updated priorities should be created.

The problem is , when I execute in Jupyter Notebook, things are working fine, but when I execute using Voila Render button in Jupyter Notebook, I am not getting the updated priorities, I get the default value when I try to do hbox.value.

Any help will be highly appreciated!!

0

There are 0 best solutions below