Skip to content

Knob indicator doesn't adjust when its value prop is modified though a callback #11

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

Closed
Bachibouzouk opened this issue Jul 9, 2018 · 1 comment

Comments

@Bachibouzouk
Copy link

The title should be explicit enough, here are the callback and the visuals

@app.callback(
    Output('knob', 'value'),
    [],
    [],
    [
        Event('radio-choice', 'change')
    ]
)
def knob_reset():
    """reset the knob to 0 when the radio item is toggled"""
    return 0

2017-07-09_knob_value_norm

2017-07-09_knob_value_err

@Karan-S-Mittal
Copy link
Contributor

here's a preview. the knob's value is being set to a certain value with change in boolean switch.

Screen.Recording.2021-10-31.at.10.07.24.PM.mov

Karan-S-Mittal added a commit to Karan-S-Mittal/dash-daq that referenced this issue Oct 31, 2021
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

No branches or pull requests

2 participants