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

0.8-preview: handle case-sensitivity problems around attributes #1080

Closed
sjmiles opened this issue Jan 8, 2015 · 2 comments
Closed

0.8-preview: handle case-sensitivity problems around attributes #1080

sjmiles opened this issue Jan 8, 2015 · 2 comments
Assignees
Labels

Comments

@sjmiles
Copy link
Contributor

sjmiles commented Jan 8, 2015

Where event names need to map to case-sensitive strings, e.g. on-EventName and myProperty="foo", we need to do white-list mapping.

Note in particular that binding to mixed-case properties won't work in the meantime.

@justinfagnani
Copy link
Contributor

Mixed case bindings work now, but I hit a pothole in that I tried to use the camelCase name on the left hand side of the binding. It'd be really nice if an error were thrown when the property doesn't exist to help catch this error.

@sorvell sorvell added 0.8 and removed 0.8 labels Mar 5, 2015
@kevinpschaaf
Copy link
Member

Fixed in #1191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants