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

Add support for server sent bokeh/model/UI events #13890

Open
wants to merge 2 commits into
base: branch-3.5
Choose a base branch
from

Conversation

mattpap
Copy link
Contributor

@mattpap mattpap commented May 10, 2024

Previously bokeh/model/UI events were only allowed to be sent from client to server. This PR allows the other direction, for events where it makes sense. In particular it adds ClearInput event that allows to clear the value of input widgets (those were the property or properties reporting input's value are read-only). This will be used in PR #13873 to replace the ad-hoc mechanism implemented in that PR.

@mattpap mattpap force-pushed the mattpap/server_sent_model_events branch from d949cd1 to 91daf34 Compare May 10, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant