plotly / dash-html-components

OBSOLETE - now part of https://github.com/plotly/dash
https://dash.plotly.com
Other
153 stars 49 forks source link

Remove Event system #88

Closed alexcjohnson closed 5 years ago

alexcjohnson commented 5 years ago

Companion issue to https://github.com/plotly/dash/issues/531

The only use of events in this repo is that every component gets a click event. But there is also an n_clicks property (and n_clicks_timestamp) so nobody needs to use the click event here. But users who are using the event will need to update their code when we remove the event.