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
test is not a function #125
Comments
|
Hm, this is strange. Could you do me a favor and do two things:
Thank you! |
|
|
This was caused by a misplaced parenthesis. Thank you very much for the report! The fix is now in the repository. As a side note: I suggest to use official releases. The error was introduced by problematic code last week, but there are also other issues currently worked at, and some parts of the code do not work yet as intended between releases. (In this concrete case: The stepUp and stepDown functions are currently worked at and do not yet work again.) |
|
Thank you for a quick fix! Just a question. Should this changes apply now and if yes, is this url |
|
Yes, the content behind that URL should update eventually. I assume it is cached for some time. An alternative URL for a stable version would be, e.g., https://unpkg.com/hyperform@0.12.1/dist/hyperform.min.js . There the problem is not present, too. |
Hi!
Recently I have noticed that some input fields started not working with hyperform. I can't type anything in there. And I permenantly get this error
Uncaught TypeError: (intermediate value)(intermediate value)(intermediate value).test is not a functionwhich is raised on the 2nd line of hyperform.min.js.Firsty I thought that this is connected to "pattern" property, but even if I remove it, the form still can't submit and all error messages that I see is described above.
Do you have any thoughts what the reason can be?
Thank you.
The text was updated successfully, but these errors were encountered: