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

server side render inconsistency: wrong rendering of keyword values of attributes on server #120

Closed
altV opened this issue Feb 6, 2017 · 3 comments
Labels
ssr JVM rendering issues

Comments

@altV
Copy link

altV commented Feb 6, 2017

[:input {:type :checkbox}] is rendered
<input type=":checkbox"> on server, while correctly
<input type="checkbox"> on client

@tonsky
Copy link
Owner

tonsky commented Feb 6, 2017

description is broken

@altV
Copy link
Author

altV commented Feb 6, 2017

+patched here

@roman01la
Copy link
Collaborator

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.

@roman01la roman01la added the ssr JVM rendering issues label Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ssr JVM rendering issues
Projects
None yet
Development

No branches or pull requests

3 participants