-
Notifications
You must be signed in to change notification settings - Fork 332
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
More PageEvent Triggers #104
Comments
on page load should be covered by the FastUI/src/python-fastui/fastui/components/__init__.py Lines 240 to 243 in 6b7c7cb
on form submit was done in #93:
from JS should be pretty easy since page events are just CustomEvents called on the document itself: FastUI/src/npm-fastui/src/events.ts Line 57 in 6b7c7cb
I guess we could export a wrapper for this? |
Uhh nice thanks! Was searching in the .venv/lib but its not yet released so I will pull from git and try to implement streaming responses to fastui-chat! |
I think we need more ways to trigger PageEvents like
The text was updated successfully, but these errors were encountered: