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

Looking for the simplest possible form example #19

Open
HarryMcCarney opened this issue Jun 17, 2021 · 3 comments
Open

Looking for the simplest possible form example #19

HarryMcCarney opened this issue Jun 17, 2021 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@HarryMcCarney
Copy link

should have no references to code outside App.fs and not contain anything extraneous.

@MangelMaxime
Copy link
Owner

There is a step by step guide on how to use the library available here:

https://mangelmaxime.github.io/Fable.Form/getting_started/how_to_use.html

What is the need behind having a single file application?

If it is to avoid navigating between the files to seem what are in the other modules, I am ok to adapt the Login to include it's own copy of EmailAddress. But for me it is important that people, understand that the Values used to store the form state is not what they have to retrieve when submitting the form.

@MangelMaxime MangelMaxime added the documentation Improvements or additions to documentation label Jun 17, 2021
@HarryMcCarney
Copy link
Author

OK for me at least the core principles would be clearer and easier to Grok with a short self contained example. Currently Login also requires DemoInformation which in turn needs Router. It looks like a great library, thanks

@MangelMaxime
Copy link
Owner

It looks like a great library, thanks

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants