Closed btamas2000 closed 3 years ago
Extending the issue https://github.com/dotnet-websharper/ui/issues/217 Attributes to change: https://meiert.com/en/blog/boolean-attributes-of-html/
Idea for usage:
let bvar = Var.Create true let bview = bvar.View Doc.Button "Should be disabled" [attr.DisabledBool bview] (fun () -> ())
Extending the issue https://github.com/dotnet-websharper/ui/issues/217 Attributes to change: https://meiert.com/en/blog/boolean-attributes-of-html/
Idea for usage: