posit-dev / py-shinywidgets

Render ipywidgets inside a PyShiny app
MIT License
46 stars 5 forks source link

Make sure client-changes to WidgetModel get sent on every change #19

Closed cpsievert closed 2 years ago

cpsievert commented 2 years ago

The new examples/reprex.py demonstrates the fix (i.e., dragging the slider should print the value in the console on every change -- not just the first one)