Add FileField
(by @amine-mejaouel) (GH-43)
Upgrade to Fable 4 and Feliz 2
Fix #32: Add Form.disable
Fix #24: Allows to customise the actions of the form.
Here is how to migrate your old code:
{
Dispatch = dispatch
OnChange = FormChanged
- Action = "Sign in"
+ Action = Form.View.Action.SubmitOnly "Sign in"
Validation = Form.View.ValidateOnSubmit
}
Fix #28: Add Form.optional
Add support for more field type:
Color
Date
DateTimeLocal
Email
Number
Search
Tel
Time
Allow to pass any attributes to an input field using the new HtmlAttributes
property
Lower FSharp.Core requirement
Publish the *.fsi
fiels inside fable
folder
Initial release