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
@@ -78,8 +78,8 @@ With the above preparation done, you can use Fable.Form.Simple.Bulma in your `./
78
78
79
79
=== "Diff"
80
80
``` { .diff title="Index.fs" }
81
-
+open Fable.Form.Simple
82
-
+open Fable.Form.Simple.Bulma
81
+
+open Fable.Form.Simple
82
+
+open Fable.Form.Simple.Bulma
83
83
```
84
84
85
85
1. Create type `Values` to represent each input field on the form (a single textbox), and create a type `Form` which is an alias for `Form.View.Model<Values>`:
0 commit comments