Replies: 1 comment 1 reply
-
Is there a specific reason you need it to use true or false? Yew uses boolean attributes according to the HTML standard. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm using yew 0.17 and have the following code:
<button disabled=self.create_disabled name="create" onclick="..." />
And this result in HTML code of
<button disabled="disabled" ...
How can i make yew make true/false instead of disabled text?
Beta Was this translation helpful? Give feedback.
All reactions