We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eager
def callback(event): select.disabled = True button.disabled = True time.sleep(5) select.disabled = False button.disabled = False select = pn.widgets.Select(options=['Just Testing']) button = pn.widgets.Button(name='Process!') button.on_click(callback) pn.Column(select, button)
philippjfr commented: It's down to this: #323 I think we need to add an eager argument to the watch mechanism, which ensures that this works.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
philippjfr commented:
It's down to this: #323
I think we need to add an eager argument to the watch mechanism, which ensures that this works.
The text was updated successfully, but these errors were encountered: