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

Support for usecase "submit button of form in navbar" #50

Open
jonathanglasmeyer opened this issue Sep 26, 2016 · 0 comments
Open

Support for usecase "submit button of form in navbar" #50

jonathanglasmeyer opened this issue Sep 26, 2016 · 0 comments

Comments

@jonathanglasmeyer
Copy link
Collaborator

A common UI pattern in iOS consists in putting the submit button of a form into the right navbar corner. I wonder how to implement this with this library. The submit button handler would need the local state of the form component in order to submit the form. This is not feasible when using overlayComponent and component.
The only -- awkward -- way I can imagine doing this is storing the local form state in a flux store, making it visible across components. Any ideas?

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

1 participant