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
[:input {:type :checkbox}] is rendered <input type=":checkbox"> on server, while correctly <input type="checkbox"> on client
[:input {:type :checkbox}]
<input type=":checkbox">
<input type="checkbox">
The text was updated successfully, but these errors were encountered:
description is broken
Sorry, something went wrong.
+patched here
I'd say the server rendering is wrong here, it's common to write down values as keywords, for example to have better autocompletion in your IDE.
45795c7
No branches or pull requests
[:input {:type :checkbox}]
is rendered<input type=":checkbox">
on server, while correctly<input type="checkbox">
on clientThe text was updated successfully, but these errors were encountered: