Fable.Form icon indicating copy to clipboard operation
Fable.Form copied to clipboard

Looking for the simplest possible form example

Open HarryMcCarney opened this issue 3 years ago • 3 comments

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

HarryMcCarney avatar Jun 17 '21 13:06 HarryMcCarney

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 avatar Jun 17 '21 18:06 MangelMaxime

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

HarryMcCarney avatar Jun 18 '21 10:06 HarryMcCarney

It looks like a great library, thanks

Thank you :)

MangelMaxime avatar Jun 18 '21 13:06 MangelMaxime