We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending the issue #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 () -> ())
The text was updated successfully, but these errors were encountered:
Added boolean signature and new boolean attributes #221 (#222)
4c641b9
* bool option added to one attr * Added bool signature to attributes + made new ones
btamas2000
Successfully merging a pull request may close this issue.
Extending the issue #217
Attributes to change: https://meiert.com/en/blog/boolean-attributes-of-html/
Idea for usage:
The text was updated successfully, but these errors were encountered: