-
Notifications
You must be signed in to change notification settings - Fork 262
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
Trying to build a SPA / Saas with Flexx #734
Comments
hi, i think somehow i found a solution for the form data binding. first i created a model js component which stores the data of the model: `
` next a single binding component to handle the changes in both ways: `
` and at last the form with the bindings: `
class UI(flx.Widget):
class App(flx.PyComponent):
if name == 'main': what is not working having a manager to handle the bindings `
` greetings |
hi,
i'm relative new to flexx, but what i tried / seen so far is really nice 👍 .
for a little project of mine, i'm trying to build a single page application or a software as a service.
currently i'm researching/testing form<->model handling/validation.
is there an how-to or a guide about two-way-data-binding?
what i have seen/tried so far is relative cumbersome.
having to map each field of the form to the model and back... not very user friendly.
greetings
nolan
The text was updated successfully, but these errors were encountered: