Skip to content
New issue

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

fixes #2963: PartialBooleanAttribute (support no value) #2973

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

jgoday
Copy link
Contributor

@jgoday jgoday commented Jul 20, 2024

fixes #2963
/claim #2963

Added PartialBooleanAttribute, so we can use boolean attributes without specifying a value (optionally).

input(typeAttr := "text", requiredAttr)
input(typeAttr := "text", requiredAttr := false)

If this is a valid approach we can extend it to all
boolean attributes

Copy link

algora-pbc bot commented Jul 30, 2024

💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe.

@987Nabil 987Nabil merged commit b9a6443 into zio:main Aug 2, 2024
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML Templates can't emit attributes without values
2 participants