ioam / paramnb

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

Clicking on the 'edit' button keeps opening new widgets #62

Open jlstevens opened 7 years ago

jlstevens commented 7 years ago

When showing a ClassSelector there is a '...' button which I believe means 'edit'. Each time I click on it, a new set of widgets appears. In other words, clicking once works fine but if you click twice you get a second set of redundant widgets etc.

ceball commented 7 years ago

As an aside, any better suggestions for indicating that you can edit the parameters of the selected object?

jlstevens commented 7 years ago

I think the ... icon is already pretty reasonable as a way of indicating there is more you can edit.