-
Notifications
You must be signed in to change notification settings - Fork 26
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
Decimal value causing an errant class name #16
Comments
I just used the latest version of Jasmine (1.2.0) and I still get the same errant behavior when I try to add an email address as an input value like: |
Hey @mutsdagit -- could you try adding a failing test case and start on a PR? |
in future pull requests just put "Resolves #16" in the body of the PR and it'll auto-close when merged. |
When I add a decimal value to an input field, like:
affix('input[type="text"][value="4.99"][class="class-name"]')
the class name appears as '.99' instead of 'class-name'.The text was updated successfully, but these errors were encountered: