You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in plotly/dash-html-components#37, buttons are much more convenient when the user can determine which button was clicked in the case where multiple buttons are used for a callback.
Adding an n_clicks_previous prop to at least RaisedButton and FlatButton would clean up a lot of logic in downstream code.
The text was updated successfully, but these errors were encountered:
Although there are two updates to props, the single click event fired off appears to hit the server only one time per button press. Watch the POST updates in the console in this gif as each button is clicked.
Discussion
As discussed in plotly/dash-html-components#37, buttons are much more convenient when the user can determine which button was clicked in the case where multiple buttons are used for a callback.
Adding an
n_clicks_previous
prop to at leastRaisedButton
andFlatButton
would clean up a lot of logic in downstream code.The text was updated successfully, but these errors were encountered: