this is my simple code:
let SignupSequence =
let ctrl =
let inp =
Controls.Input ""
|> Formlet.MapBody (fun arg ->
let par = P [Text "paragraph"]
arg.Element.Append(par.Dom).Ignore
arg
)
[("tab",inp)] |> Controls.TabsList
I can't understand why the paragraph is shown twice.
thanks for help