Skip to content

Documentation #154

@bionicinnovations

Description

@bionicinnovations

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions