JamesRandall / FormSharp

No one likes the drudgery of building form logic. Banish it with F#.
MIT License
18 stars 0 forks source link

Good idea! #2

Open zelenij opened 2 years ago

zelenij commented 2 years ago

I almost started working on my own library, but luckily I saw you have been coding away already, well done!

I have been using https://github.com/MangelMaxime/Fable.Form , unfortunately it's a bit rigid, it seems.

So, from practical point of view:

JamesRandall commented 2 years ago

Thanks for the interest.

Funnily enough I'm exploring custom form fields today. If what I have in mind works out it should be simple to use. Definitely publishing through NuGet - I dropped a placeholder package out the other day.

If I can get the custom fields working and the change I've made to how dropdowns work (they needed some renaming to work well across Spectre and React) I'll put some initial docs together and publish a working NuGet package.

I hadn't considered Bulma as I don't use it... but yeah can certainly add that to the backlog. Not difficult at all.

JamesRandall commented 2 years ago

Got custom form components working. Hopefully easy to use. Screenshot below shows a text input as a built in component and as a custom component. image