from dash.dependencies import Input, Output, Event
ImportError: cannot import name 'Event'
Am I missing something?
from dash.dependencies import Input, Output, Event
ImportError: cannot import name 'Event'
Am I missing something?
The Event
system got removed in the latest version.
Oh ok I didn’t know that, thanks!
I started a thread on a related issue. I’m looking for info on what versions of Dash, dcc and html components I need to have Events work. Have ordinary html buttons taken the place of ‘click’ buttons? Do they have new features or do they just run the same way as previous versions?