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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Form Validation] "set values" fails when the ID attribute contains a colon
Use form("set values") to set value for a field with a colon in the ID attribute
form("set values")
The field should have an appropriate value
The field's value has not changed
2.4.1
https://jsfiddle.net/Fosgen/xhjer2bg/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Title
[Form Validation] "set values" fails when the ID attribute contains a colon
Steps
Use
form("set values")
to set value for a field with a colon in the ID attributeExpected Result
The field should have an appropriate value
Actual Result
The field's value has not changed
Version
2.4.1
Testcase
https://jsfiddle.net/Fosgen/xhjer2bg/
The text was updated successfully, but these errors were encountered: