MangelMaxime / Fable.Form

Home Page:https://mangelmaxime.github.io/Fable.Form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore using Fable.Form on the server side to have the same validation between the client and server

MangelMaxime opened this issue · comments

In general, we don't use that specificities of Fable.Form executing the form requires the FormValues and that's not what we send to the server in general.

Indeed, in general we send the FormValue which is the parsers output.