You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm toying with FormBuilder and I'm starting to find it quite useful. It makes the actual form implementation much clearer than when doing it by hand.
One thing eludes me: How do I control the layout of the generated forms? For example, I have a form for entering Firstname, Lastname and Gender, and I would like to have the fields one after the other on a single line. How can I do this?
The text was updated successfully, but these errors were encountered:
Comment by juselius Wednesday Jul 17, 2019 at 07:45 GMT
Sounds good. The best thing would be to decouple presentation and function. But that's easier said than done. The WebSharper folks had a few attempts at creating higher-level form builders, but I think they abandoned the projects in the end (but they used a very different approach). Ideally we would have one set of Fulma-like combinators and one set of validation combinators, coupled trough the FormBuilder MVU. Or something along those lines.
Wednesday Jul 10, 2019 at 13:45 GMT
Originally opened as MangelMaxime/Thoth#153
I'm toying with FormBuilder and I'm starting to find it quite useful. It makes the actual form implementation much clearer than when doing it by hand.
One thing eludes me: How do I control the layout of the generated forms? For example, I have a form for entering Firstname, Lastname and Gender, and I would like to have the fields one after the other on a single line. How can I do this?
The text was updated successfully, but these errors were encountered: