Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #154

Closed
bionicinnovations opened this issue Dec 1, 2021 · 0 comments · Fixed by #216
Closed

Documentation #154

bionicinnovations opened this issue Dec 1, 2021 · 0 comments · Fixed by #216
Assignees

Comments

@bionicinnovations
Copy link

bionicinnovations commented Dec 1, 2021

Hi there,

I think square brackets are missing in your doc which should wrap around the Output argument:

callback!(app, Output("output", "children"),
              [Input("submit-button", "n_clicks")],
              [State("state-1", "value"),
               State("state-2", "value")]) do  n_clicks, state1, state2
.....

I was also unable to insert "Test" as follows:

app = dash("Test", external_stylesheets=["https://codepen.io/chriddyp/pen/bWLwgP.css"])

But the documentation suggests that you can (under heading about Python/Julia code comparison).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants