ioam / paramnb

Generate ipywidgets from Parameterized objects in the notebook
BSD 3-Clause "New" or "Revised" License
36 stars 10 forks source link

Selector widgets: confusing re-selection #66

Open ceball opened 7 years ago

ceball commented 7 years ago

Changing values in python code does not update widgets in the notebook; that is a known limitation. However, after interacting with a widget, its value ought to reflect the underlying object's value

E.g. re-selecting the currently selected value in a dropdown where the underlying object is set to a different value is confusing. The widget gives a visual indication that something has happened, but nothing has happened.

screencast 2017-08-15 22-56-37