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

Passing camelCase properties #584

Open
lsimichael opened this issue Aug 18, 2019 · 1 comment
Open

Passing camelCase properties #584

lsimichael opened this issue Aug 18, 2019 · 1 comment
Labels
Additional Tests For issues that identify good additional tests to run on all libraries

Comments

@lsimichael
Copy link

It seems to me that libraries do not always appropriately handle camelCase property names the same way.

When using Vue and Svelte together, for example, I'm finding the only way to reliably pass properties is to use a single lowercase value such as textcolor instead of textColor.

However when using only Vue, it seems to pass and accept camelCased properties without issue.

Could this behavior be standardized?

@robdodson
Copy link
Contributor

Can you provide an example?

@rictic rictic added the Additional Tests For issues that identify good additional tests to run on all libraries label Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Additional Tests For issues that identify good additional tests to run on all libraries
Projects
None yet
Development

No branches or pull requests

3 participants