-
Notifications
You must be signed in to change notification settings - Fork 5
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
render_widget
now attaches it's return value to the decorated function
#119
Conversation
539b803
to
c52db3d
Compare
96d88fd
to
2affb72
Compare
…ent) to the decorated function
00cbe43
to
8976df6
Compare
We currently have support for I've added a commented |
See #127 . This can be done in a followup PR |
I am strongly against doing py-shiny did not implement reactive values for clarity. I'm going to continue with that approach and make helper methods for |
0ef35ad
to
18f546e
Compare
This PR helps solve the problem of needing a widget object in scope if you want to set/get attribute values, and thus, effectively eliminates any need for
register_widget()
TODO
render_func.widget
/render_func.value
?register_widget()
?Example/testing app